#301C62

Color #301C62 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #301C62

Tints of Christalle #301C62

Color information

#301C62 (or 0x301C62) is unknown color: approx Christalle. HEX triplet: 30, 1C and 62. RGB value is (48,28,98). Sum of RGB (Red+Green+Blue) = 48+28+98=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #301C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C62 is #CFE39D. Grayscale: #292929. Windows color (decimal): -13624222 or 6429744. OLE color: 6429744.

HSL color Cylindrical-coordinate representation of color #301C62: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #301C62 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB482898-
CMYK0.510.7100.62
HSL257.14º55.56%24.71%-
HSV(B)257.14º71.43%38.43%-
XYZ3.842.3411.8-
YUV41.96159.63132.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=27.59%
G=16.09%
B=56.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4828980.510.7100.62257.1455.5624.71
Hex301C62334703E1013819
Octal6034142631070764017031
Binary1100001110011000101100111000111011111010000000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301C62; }

 p { color: rgb(48,28,98); }

 H1.HeaderClassName
 {
   color: #301C62;
 }
 .AnyTagClassName
 {
   color: #301C62;
 }
</style>
background-color css

<style>
 a { background-color: #301C62; }

 a { background-color: rgb(48,28,98); }

 div.DivClassName
 {
   background-color: #301C62;
 }
 .BgClassName
 {
   background-color: #301C62;
 }
</style>
border-color css

<style>
 span { border-color: #301C62; }

 span { border-color: rgb(48,28,98); }

 td.TdClassName
 {
   border-color: #301C62;
 }
 .TagClassName
 {
   border-color: #301C62;
 }
</style>