Html Css Color HEX #295B6B Chathams Blue

📋 copy color: '#295B6B'

red 41 ◦ green 91 ◦ blue 107

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

Shades of Chathams Blue #295B6B

Tints of Chathams Blue #295B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

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

R = 17.15%
G = 38.08%
B = 44.77%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#295B6B (or 0x295B6B) is known color: Chathams Blue. HEX triplet: 29, 5B and 6B. RGB value is (41,91,107). Sum of RGB (Red+Green+Blue) = 41+91+107=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 91 (35.94% from 255 or 38.08% 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 #295B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B6B is #D6A494. Grayscale: #4D4D4D. Windows color (decimal): -14066837 or 7035689. OLE color: 7035689.

HSL color Cylindrical-coordinate representation of color #295B6B: hue angle of 194.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295B6B is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 91 107 -
CMYK 0.62 0.15 0 0.58
HSL 194.55º 0.45% 0.29% -
HSV(B) 194.55º 0.62% 0.42% -
XYZ 7.31 9.02 15.26 -
YUV 77.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 41 91 107 0.62 0.15 0 0.58 194.55 0.45 0.29
Hex 29 5B 6B 3E F 0 3A C3 2D 1D
Octal 51 133 153 76 17 0 72 303 55 35
Binary 101001 1011011 1101011 111110 1111 0 111010 11000011 101101 11101

Color Harmonies of #295B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B6B

Black with #295B6B

Text Example


Text Example

White with #295B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295B6B; }

 p { color: rgb(41,91,107); }

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

background-color css

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

 a { background-color: rgb(41,91,107); }

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

border-color css

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

 span { border-color: rgb(41,91,107); }

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