Html Css Color HEX #255B6E Chathams Blue

📋 copy color: '#255B6E'

red 37 ◦ green 91 ◦ blue 110

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

Shades of Chathams Blue #255B6E

Tints of Chathams Blue #255B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

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

R = 15.55%
G = 38.24%
B = 46.22%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#255B6E (or 0x255B6E) is known color: Chathams Blue. HEX triplet: 25, 5B and 6E. RGB value is (37,91,110). Sum of RGB (Red+Green+Blue) = 37+91+110=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #255B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B6E is #DAA491. Grayscale: #4C4C4C. Windows color (decimal): -14328978 or 7232293. OLE color: 7232293.

HSL color Cylindrical-coordinate representation of color #255B6E: hue angle of 195.62º 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 #255B6E is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 91 110 -
CMYK 0.66 0.17 0 0.57
HSL 195.62º 0.5% 0.29% -
HSV(B) 195.62º 0.66% 0.43% -
XYZ 7.32 9 16.1 -
YUV 77.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 37 91 110 0.66 0.17 0 0.57 195.62 0.5 0.29
Hex 25 5B 6E 42 11 0 39 C4 32 1D
Octal 45 133 156 102 21 0 71 304 62 35
Binary 100101 1011011 1101110 1000010 10001 0 111001 11000100 110010 11101

Color Harmonies of #255B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B6E

Black with #255B6E

Text Example


Text Example

White with #255B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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