Html Css Color HEX #294F6D Chathams Blue

📋 copy color: '#294F6D'

red 41 ◦ green 79 ◦ blue 109

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

Shades of Chathams Blue #294F6D

Tints of Chathams Blue #294F6D

RGB

 RED value IS 41 (16.41% from 255) = 17.9%

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

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 17.9%
G = 34.5%
B = 47.6%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#294F6D (or 0x294F6D) is known color: Chathams Blue. HEX triplet: 29, 4F and 6D. RGB value is (41,79,109). Sum of RGB (Red+Green+Blue) = 41+79+109=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #294F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F6D is #D6B092. Grayscale: #464646. Windows color (decimal): -14069907 or 7163689. OLE color: 7163689.

HSL color Cylindrical-coordinate representation of color #294F6D: hue angle of 206.47º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #294F6D is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 79 109 -
CMYK 0.62 0.28 0 0.57
HSL 206.47º 0.45% 0.29% -
HSV(B) 206.47º 0.62% 0.43% -
XYZ 6.47 7.17 15.51 -
YUV 71.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 41 79 109 0.62 0.28 0 0.57 206.47 0.45 0.29
Hex 29 4F 6D 3E 1C 0 39 CE 2D 1D
Octal 51 117 155 76 34 0 71 316 55 35
Binary 101001 1001111 1101101 111110 11100 0 111001 11001110 101101 11101

Color Harmonies of #294F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F6D

Black with #294F6D

Text Example


Text Example

White with #294F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294F6D; }

 p { color: rgb(41,79,109); }

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

background-color css

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

 a { background-color: rgb(41,79,109); }

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

border-color css

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

 span { border-color: rgb(41,79,109); }

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