Html Css Color HEX #255469 Chathams Blue

📋 copy color: '#255469'

red 37 ◦ green 84 ◦ blue 105

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

Shades of Chathams Blue #255469

Tints of Chathams Blue #255469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 16.37%
G = 37.17%
B = 46.46%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255469 (or 0x255469) is known color: Chathams Blue. HEX triplet: 25, 54 and 69. RGB value is (37,84,105). Sum of RGB (Red+Green+Blue) = 37+84+105=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #255469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255469 is #DAAB96. Grayscale: #484848. Windows color (decimal): -14330775 or 6902821. OLE color: 6902821.

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

Color convert

RGB 37 84 105 -
CMYK 0.65 0.20 0 0.59
HSL 198.53º 0.48% 0.28% -
HSV(B) 198.53º 0.65% 0.41% -
XYZ 6.48 7.75 14.52 -
YUV 72.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 37 84 105 0.65 0.20 0 0.59 198.53 0.48 0.28
Hex 25 54 69 41 14 0 3B C7 30 1C
Octal 45 124 151 101 24 0 73 307 60 34
Binary 100101 1010100 1101001 1000001 10100 0 111011 11000111 110000 11100

Color Harmonies of #255469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255469

Black with #255469

Text Example


Text Example

White with #255469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255469; }

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

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

background-color css

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

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

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

border-color css

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

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

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