Html Css Color HEX #275566 Chathams Blue

📋 copy color: '#275566'

red 39 ◦ green 85 ◦ blue 102

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

Shades of Chathams Blue #275566

Tints of Chathams Blue #275566

RGB

 RED value IS 39 (15.63% from 255) = 17.26%

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

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 17.26%
G = 37.61%
B = 45.13%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#275566 (or 0x275566) is known color: Chathams Blue. HEX triplet: 27, 55 and 66. RGB value is (39,85,102). Sum of RGB (Red+Green+Blue) = 39+85+102=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #275566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275566 is #D8AA99. Grayscale: #494949. Windows color (decimal): -14199450 or 6706471. OLE color: 6706471.

HSL color Cylindrical-coordinate representation of color #275566: hue angle of 196.19º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275566 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 85 102 -
CMYK 0.62 0.17 0 0.6
HSL 196.19º 0.45% 0.28% -
HSV(B) 196.19º 0.62% 0.4% -
XYZ 6.48 7.89 13.75 -
YUV 73.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 39 85 102 0.62 0.17 0 0.6 196.19 0.45 0.28
Hex 27 55 66 3E 11 0 3C C4 2D 1C
Octal 47 125 146 76 21 0 74 304 55 34
Binary 100111 1010101 1100110 111110 10001 0 111100 11000100 101101 11100

Color Harmonies of #275566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275566

Black with #275566

Text Example


Text Example

White with #275566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275566; }

 p { color: rgb(39,85,102); }

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

background-color css

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

 a { background-color: rgb(39,85,102); }

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

border-color css

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

 span { border-color: rgb(39,85,102); }

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