#255B69

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

Shades of Chathams Blue #255B69

Tints of Chathams Blue #255B69

Color information

#255B69 (or 0x255B69) is unknown color: approx Chathams Blue. HEX triplet: 25, 5B and 69. RGB value is (37,91,105). Sum of RGB (Red+Green+Blue) = 37+91+105=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #255B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B69 is #DAA496. Grayscale: #4C4C4C. Windows color (decimal): -14328983 or 6904613. OLE color: 6904613.

HSL color Cylindrical-coordinate representation of color #255B69: hue angle of 192.35º 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 #255B69 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3791105-
CMYK0.650.1300.59
HSL192.35º47.89%27.84%-
HSV(B)192.35º64.76%41.18%-
XYZ7.058.914.71-
YUV76.45144.1199.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=15.88%
G=39.06%
B=45.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37911050.650.1300.59192.3547.8927.84
Hex255B6941D03Bc0301c
Octal45133151101150733006034
Binary100101101101111010011000001110101110111100000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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