Html Css Color HEX #425366 Cello

📋 copy color: '#425366'

red 66 ◦ green 83 ◦ blue 102

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

Shades of Cello #425366

Tints of Cello #425366

RGB

 RED value IS 66 (26.17% from 255) = 26.29%

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 26.29%
G = 33.07%
B = 40.64%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#425366 (or 0x425366) is known color: Cello. HEX triplet: 42, 53 and 66. RGB value is (66,83,102). Sum of RGB (Red+Green+Blue) = 66+83+102=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #425366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425366 is #BDAC99. Grayscale: #4F4F4F. Windows color (decimal): -12430490 or 6705986. OLE color: 6705986.

HSL color Cylindrical-coordinate representation of color #425366: hue angle of 211.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425366 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 83 102 -
CMYK 0.35 0.19 0 0.6
HSL 211.67º 0.21% 0.33% -
HSV(B) 211.67º 0.35% 0.4% -
XYZ 7.74 8.3 13.77 -
YUV 80.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 66 83 102 0.35 0.19 0 0.6 211.67 0.21 0.33
Hex 42 53 66 23 13 0 3C D4 15 21
Octal 102 123 146 43 23 0 74 324 25 41
Binary 1000010 1010011 1100110 100011 10011 0 111100 11010100 10101 100001

Color Harmonies of #425366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425366

Black with #425366

Text Example


Text Example

White with #425366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425366; }

 p { color: rgb(66,83,102); }

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

background-color css

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

 a { background-color: rgb(66,83,102); }

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

border-color css

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

 span { border-color: rgb(66,83,102); }

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