Html Css Color HEX #2F506B Chathams Blue

📋 copy color: '#2F506B'

red 47 ◦ green 80 ◦ blue 107

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

Shades of Chathams Blue #2F506B

Tints of Chathams Blue #2F506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

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

R = 20.09%
G = 34.19%
B = 45.73%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F506B (or 0x2F506B) is known color: Chathams Blue. HEX triplet: 2F, 50 and 6B. RGB value is (47,80,107). Sum of RGB (Red+Green+Blue) = 47+80+107=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F506B is #D0AF94. Grayscale: #494949. Windows color (decimal): -13676437 or 7032879. OLE color: 7032879.

HSL color Cylindrical-coordinate representation of color #2F506B: hue angle of 207º 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 #2F506B is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 80 107 -
CMYK 0.56 0.25 0 0.58
HSL 207º 0.39% 0.3% -
HSV(B) 207º 0.56% 0.42% -
XYZ 6.69 7.4 14.99 -
YUV 73.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 47 80 107 0.56 0.25 0 0.58 207 0.39 0.3
Hex 2F 50 6B 38 19 0 3A CF 27 1E
Octal 57 120 153 70 31 0 72 317 47 36
Binary 101111 1010000 1101011 111000 11001 0 111010 11001111 100111 11110

Color Harmonies of #2F506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F506B

Black with #2F506B

Text Example


Text Example

White with #2F506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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