Html Css Color HEX #2F556B Chathams Blue

📋 copy color: '#2F556B'

red 47 ◦ green 85 ◦ blue 107

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

Shades of Chathams Blue #2F556B

Tints of Chathams Blue #2F556B

RGB

 RED value IS 47 (18.75% from 255) = 19.67%

 GREEN value IS 85 (33.59% from 255) = 35.56%

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 19.67%
G = 35.56%
B = 44.77%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F556B (or 0x2F556B) is known color: Chathams Blue. HEX triplet: 2F, 55 and 6B. RGB value is (47,85,107). Sum of RGB (Red+Green+Blue) = 47+85+107=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F556B is #D0AA94. Grayscale: #4C4C4C. Windows color (decimal): -13675157 or 7034159. OLE color: 7034159.

HSL color Cylindrical-coordinate representation of color #2F556B: hue angle of 202º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F556B is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 85 107 -
CMYK 0.56 0.21 0 0.58
HSL 202º 0.39% 0.3% -
HSV(B) 202º 0.56% 0.42% -
XYZ 7.07 8.16 15.11 -
YUV 76.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 47 85 107 0.56 0.21 0 0.58 202 0.39 0.3
Hex 2F 55 6B 38 15 0 3A CA 27 1E
Octal 57 125 153 70 25 0 72 312 47 36
Binary 101111 1010101 1101011 111000 10101 0 111010 11001010 100111 11110

Color Harmonies of #2F556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F556B

Black with #2F556B

Text Example


Text Example

White with #2F556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F556B; }

 p { color: rgb(47,85,107); }

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

background-color css

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

 a { background-color: rgb(47,85,107); }

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

border-color css

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

 span { border-color: rgb(47,85,107); }

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