Html Css Color HEX #255570 Chathams Blue

📋 copy color: '#255570'

red 37 ◦ green 85 ◦ blue 112

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

Shades of Chathams Blue #255570

Tints of Chathams Blue #255570

RGB

 RED value IS 37 (14.84% from 255) = 15.81%

 GREEN value IS 85 (33.59% from 255) = 36.32%

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 15.81%
G = 36.32%
B = 47.86%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255570 (or 0x255570) is known color: Chathams Blue. HEX triplet: 25, 55 and 70. RGB value is (37,85,112). Sum of RGB (Red+Green+Blue) = 37+85+112=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #255570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255570 is #DAAA8F. Grayscale: #494949. Windows color (decimal): -14330512 or 7361829. OLE color: 7361829.

HSL color Cylindrical-coordinate representation of color #255570: hue angle of 201.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255570 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 85 112 -
CMYK 0.67 0.24 0 0.56
HSL 201.6º 0.5% 0.29% -
HSV(B) 201.6º 0.67% 0.44% -
XYZ 6.94 8.06 16.52 -
YUV 73.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 37 85 112 0.67 0.24 0 0.56 201.6 0.5 0.29
Hex 25 55 70 43 18 0 38 CA 32 1D
Octal 45 125 160 103 30 0 70 312 62 35
Binary 100101 1010101 1110000 1000011 11000 0 111000 11001010 110010 11101

Color Harmonies of #255570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255570

Black with #255570

Text Example


Text Example

White with #255570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255570; }

 p { color: rgb(37,85,112); }

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

background-color css

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

 a { background-color: rgb(37,85,112); }

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

border-color css

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

 span { border-color: rgb(37,85,112); }

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