Html Css Color HEX #275A66 Chathams Blue

📋 copy color: '#275A66'

red 39 ◦ green 90 ◦ blue 102

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

Shades of Chathams Blue #275A66

Tints of Chathams Blue #275A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 16.88%
G = 38.96%
B = 44.16%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#275A66 (or 0x275A66) is known color: Chathams Blue. HEX triplet: 27, 5A and 66. RGB value is (39,90,102). Sum of RGB (Red+Green+Blue) = 39+90+102=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #275A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A66 is #D8A599. Grayscale: #4C4C4C. Windows color (decimal): -14198170 or 6707751. OLE color: 6707751.

HSL color Cylindrical-coordinate representation of color #275A66: hue angle of 191.43º 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 #275A66 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 90 102 -
CMYK 0.62 0.12 0 0.6
HSL 191.43º 0.45% 0.28% -
HSV(B) 191.43º 0.62% 0.4% -
XYZ 6.89 8.7 13.89 -
YUV 76.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 39 90 102 0.62 0.12 0 0.6 191.43 0.45 0.28
Hex 27 5A 66 3E C 0 3C BF 2D 1C
Octal 47 132 146 76 14 0 74 277 55 34
Binary 100111 1011010 1100110 111110 1100 0 111100 10111111 101101 11100

Color Harmonies of #275A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A66

Black with #275A66

Text Example


Text Example

White with #275A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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