Html Css Color HEX #425267 Cello

📋 copy color: '#425267'

red 66 ◦ green 82 ◦ blue 103

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

Shades of Cello #425267

Tints of Cello #425267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 26.29%
G = 32.67%
B = 41.04%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#425267 (or 0x425267) is known color: Cello. HEX triplet: 42, 52 and 67. RGB value is (66,82,103). Sum of RGB (Red+Green+Blue) = 66+82+103=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #425267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425267 is #BDAD98. Grayscale: #4F4F4F. Windows color (decimal): -12430745 or 6771266. OLE color: 6771266.

HSL color Cylindrical-coordinate representation of color #425267: hue angle of 214.05º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425267 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 82 103 -
CMYK 0.36 0.20 0 0.60
HSL 214.05º 0.22% 0.33% -
HSV(B) 214.05º 0.36% 0.4% -
XYZ 7.71 8.17 14 -
YUV 79.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 66 82 103 0.36 0.20 0 0.60 214.05 0.22 0.33
Hex 42 52 67 24 14 0 3C D6 16 21
Octal 102 122 147 44 24 0 74 326 26 41
Binary 1000010 1010010 1100111 100100 10100 0 111100 11010110 10110 100001

Color Harmonies of #425267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425267

Black with #425267

Text Example


Text Example

White with #425267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425267; }

 p { color: rgb(66,82,103); }

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

background-color css

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

 a { background-color: rgb(66,82,103); }

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

border-color css

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

 span { border-color: rgb(66,82,103); }

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