#255C69

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

Shades of Chathams Blue #255C69

Tints of Chathams Blue #255C69

Color information

#255C69 (or 0x255C69) is unknown color: approx Chathams Blue. HEX triplet: 25, 5C and 69. RGB value is (37,92,105). Sum of RGB (Red+Green+Blue) = 37+92+105=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #255C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C69 is #DAA396. Grayscale: #4C4C4C. Windows color (decimal): -14328727 or 6904869. OLE color: 6904869.

HSL color Cylindrical-coordinate representation of color #255C69: hue angle of 191.47º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255C69 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3792105-
CMYK0.650.1200.59
HSL191.47º47.89%27.84%-
HSV(B)191.47º64.76%41.18%-
XYZ7.149.0714.74-
YUV77.04143.7899.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=15.81%
G=39.32%
B=44.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37921050.650.1200.59191.4747.8927.84
Hex255C6941C03Bbf301c
Octal45134151101140732776034
Binary100101101110011010011000001110001110111011111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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