Html Css Color HEX #301365 Christalle

📋 copy color: '#301365'

red 48 ◦ green 19 ◦ blue 101

#301365
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #301365

Tints of Christalle #301365

RGB

 RED value IS 48 (19.14% from 255) = 28.57%

 GREEN value IS 19 (7.81% from 255) = 11.31%

 BLUE value IS 101 (39.84% from 255) = 60.12%

R = 28.57%
G = 11.31%
B = 60.12%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#301365 (or 0x301365) is known color: Christalle. HEX triplet: 30, 13 and 65. RGB value is (48,19,101). Sum of RGB (Red+Green+Blue) = 48+19+101=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #301365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301365 is #CFEC9A. Grayscale: #242424. Windows color (decimal): -13626523 or 6624048. OLE color: 6624048.

HSL color Cylindrical-coordinate representation of color #301365: hue angle of 261.22º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301365 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 19 101 -
CMYK 0.52 0.81 0 0.60
HSL 261.22º 0.68% 0.24% -
HSV(B) 261.22º 0.81% 0.4% -
XYZ 3.8 2.03 12.5 -
YUV 37.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 48 19 101 0.52 0.81 0 0.60 261.22 0.68 0.24
Hex 30 13 65 34 51 0 3C 105 44 18
Octal 60 23 145 64 121 0 74 405 104 30
Binary 110000 10011 1100101 110100 1010001 0 111100 100000101 1000100 11000

Color Harmonies of #301365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301365

Black with #301365

Text Example


Text Example

White with #301365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301365; }

 p { color: rgb(48,19,101); }

 H1.HeaderClassName
 {
   color: #301365;
 }
 .AnyTagClassName
 {
   color: #301365;
 }
</style>

background-color css

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

 a { background-color: rgb(48,19,101); }

 div.DivClassName
 {
   background-color: #301365;
 }
 .BgClassName
 {
   background-color: #301365;
 }
</style>

border-color css

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

 span { border-color: rgb(48,19,101); }

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