Html Css Color HEX #255A6E Chathams Blue

📋 copy color: '#255A6E'

red 37 ◦ green 90 ◦ blue 110

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

Shades of Chathams Blue #255A6E

Tints of Chathams Blue #255A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 15.61%
G = 37.97%
B = 46.41%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#255A6E (or 0x255A6E) is known color: Chathams Blue. HEX triplet: 25, 5A and 6E. RGB value is (37,90,110). Sum of RGB (Red+Green+Blue) = 37+90+110=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #255A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A6E is #DAA591. Grayscale: #4C4C4C. Windows color (decimal): -14329234 or 7232037. OLE color: 7232037.

HSL color Cylindrical-coordinate representation of color #255A6E: hue angle of 196.44º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255A6E is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 90 110 -
CMYK 0.66 0.18 0 0.57
HSL 196.44º 0.5% 0.29% -
HSV(B) 196.44º 0.66% 0.43% -
XYZ 7.23 8.83 16.08 -
YUV 76.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 37 90 110 0.66 0.18 0 0.57 196.44 0.5 0.29
Hex 25 5A 6E 42 12 0 39 C4 32 1D
Octal 45 132 156 102 22 0 71 304 62 35
Binary 100101 1011010 1101110 1000010 10010 0 111001 11000100 110010 11101

Color Harmonies of #255A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A6E

Black with #255A6E

Text Example


Text Example

White with #255A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255A6E; }

 p { color: rgb(37,90,110); }

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

background-color css

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

 a { background-color: rgb(37,90,110); }

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

border-color css

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

 span { border-color: rgb(37,90,110); }

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