Html Css Color HEX #254F6C Chathams Blue

📋 copy color: '#254F6C'

red 37 ◦ green 79 ◦ blue 108

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

Shades of Chathams Blue #254F6C

Tints of Chathams Blue #254F6C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.27%

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 16.52%
G = 35.27%
B = 48.21%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#254F6C (or 0x254F6C) is known color: Chathams Blue. HEX triplet: 25, 4F and 6C. RGB value is (37,79,108). Sum of RGB (Red+Green+Blue) = 37+79+108=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #254F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F6C is #DAB093. Grayscale: #454545. Windows color (decimal): -14332052 or 7098149. OLE color: 7098149.

HSL color Cylindrical-coordinate representation of color #254F6C: hue angle of 204.51º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #254F6C is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 79 108 -
CMYK 0.66 0.27 0 0.58
HSL 204.51º 0.49% 0.28% -
HSV(B) 204.51º 0.66% 0.42% -
XYZ 6.27 7.07 15.22 -
YUV 69.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 37 79 108 0.66 0.27 0 0.58 204.51 0.49 0.28
Hex 25 4F 6C 42 1B 0 3A CD 31 1C
Octal 45 117 154 102 33 0 72 315 61 34
Binary 100101 1001111 1101100 1000010 11011 0 111010 11001101 110001 11100

Color Harmonies of #254F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F6C

Black with #254F6C

Text Example


Text Example

White with #254F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F6C; }

 p { color: rgb(37,79,108); }

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

background-color css

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

 a { background-color: rgb(37,79,108); }

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

border-color css

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

 span { border-color: rgb(37,79,108); }

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