Html Css Color HEX #255372 Chathams Blue

📋 copy color: '#255372'

red 37 ◦ green 83 ◦ blue 114

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

Shades of Chathams Blue #255372

Tints of Chathams Blue #255372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 15.81%
G = 35.47%
B = 48.72%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255372 (or 0x255372) is known color: Chathams Blue. HEX triplet: 25, 53 and 72. RGB value is (37,83,114). Sum of RGB (Red+Green+Blue) = 37+83+114=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #255372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255372 is #DAAC8D. Grayscale: #484848. Windows color (decimal): -14331022 or 7492389. OLE color: 7492389.

HSL color Cylindrical-coordinate representation of color #255372: hue angle of 204.16º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255372 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 83 114 -
CMYK 0.68 0.27 0 0.55
HSL 204.16º 0.51% 0.3% -
HSV(B) 204.16º 0.68% 0.45% -
XYZ 6.89 7.79 17.06 -
YUV 72.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 37 83 114 0.68 0.27 0 0.55 204.16 0.51 0.3
Hex 25 53 72 44 1B 0 37 CC 33 1E
Octal 45 123 162 104 33 0 67 314 63 36
Binary 100101 1010011 1110010 1000100 11011 0 110111 11001100 110011 11110

Color Harmonies of #255372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255372

Black with #255372

Text Example


Text Example

White with #255372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255372; }

 p { color: rgb(37,83,114); }

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

background-color css

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

 a { background-color: rgb(37,83,114); }

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

border-color css

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

 span { border-color: rgb(37,83,114); }

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