Html Css Color HEX #255468 Chathams Blue

📋 copy color: '#255468'

red 37 ◦ green 84 ◦ blue 104

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

Shades of Chathams Blue #255468

Tints of Chathams Blue #255468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 16.44%
G = 37.33%
B = 46.22%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255468 (or 0x255468) is known color: Chathams Blue. HEX triplet: 25, 54 and 68. RGB value is (37,84,104). Sum of RGB (Red+Green+Blue) = 37+84+104=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #255468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255468 is #DAAB97. Grayscale: #484848. Windows color (decimal): -14330776 or 6837285. OLE color: 6837285.

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

Color convert

RGB 37 84 104 -
CMYK 0.64 0.19 0 0.59
HSL 197.91º 0.48% 0.28% -
HSV(B) 197.91º 0.64% 0.41% -
XYZ 6.43 7.73 14.25 -
YUV 72.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 37 84 104 0.64 0.19 0 0.59 197.91 0.48 0.28
Hex 25 54 68 40 13 0 3B C6 30 1C
Octal 45 124 150 100 23 0 73 306 60 34
Binary 100101 1010100 1101000 1000000 10011 0 111011 11000110 110000 11100

Color Harmonies of #255468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255468

Black with #255468

Text Example


Text Example

White with #255468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255468; }

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

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

background-color css

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

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

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

border-color css

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

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

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