#255C6B

Color #255C6B Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #255C6B

Tints of Chathams Blue #255C6B

Color information

#255C6B (or 0x255C6B) is unknown color: approx Chathams Blue. HEX triplet: 25, 5C and 6B. RGB value is (37,92,107). Sum of RGB (Red+Green+Blue) = 37+92+107=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #255C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C6B is #DAA394. Grayscale: #4D4D4D. Windows color (decimal): -14328725 or 7035941. OLE color: 7035941.

HSL color Cylindrical-coordinate representation of color #255C6B: hue angle of 192.86º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255C6B is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3792107-
CMYK0.650.1400.58
HSL192.86º48.61%28.24%-
HSV(B)192.86º65.42%41.96%-
XYZ7.249.1115.29-
YUV77.26144.7899.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=15.68%
G=38.98%
B=45.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37921070.650.1400.58192.8648.6128.24
Hex255C6B41E03Ac1311c
Octal45134153101160723016134
Binary100101101110011010111000001111001110101100000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,92,107); }

 H1.HeaderClassName
 {
   color: #255C6B;
 }
 .AnyTagClassName
 {
   color: #255C6B;
 }
</style>
background-color css

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

 a { background-color: rgb(37,92,107); }

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

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

 span { border-color: rgb(37,92,107); }

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