Html Css Color HEX #255269 Chathams Blue

📋 copy color: '#255269'

red 37 ◦ green 82 ◦ blue 105

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

Shades of Chathams Blue #255269

Tints of Chathams Blue #255269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 16.52%
G = 36.61%
B = 46.88%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255269 (or 0x255269) is known color: Chathams Blue. HEX triplet: 25, 52 and 69. RGB value is (37,82,105). Sum of RGB (Red+Green+Blue) = 37+82+105=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #255269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255269 is #DAAD96. Grayscale: #474747. Windows color (decimal): -14331287 or 6902309. OLE color: 6902309.

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

Color convert

RGB 37 82 105 -
CMYK 0.65 0.22 0 0.59
HSL 200.29º 0.48% 0.28% -
HSV(B) 200.29º 0.65% 0.41% -
XYZ 6.33 7.45 14.47 -
YUV 71.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 37 82 105 0.65 0.22 0 0.59 200.29 0.48 0.28
Hex 25 52 69 41 16 0 3B C8 30 1C
Octal 45 122 151 101 26 0 73 310 60 34
Binary 100101 1010010 1101001 1000001 10110 0 111011 11001000 110000 11100

Color Harmonies of #255269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255269

Black with #255269

Text Example


Text Example

White with #255269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255269; }

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

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

background-color css

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

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

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

border-color css

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

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

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