Html Css Color HEX #275270 Chathams Blue

📋 copy color: '#275270'

red 39 ◦ green 82 ◦ blue 112

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

Shades of Chathams Blue #275270

Tints of Chathams Blue #275270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 16.74%
G = 35.19%
B = 48.07%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275270 (or 0x275270) is known color: Chathams Blue. HEX triplet: 27, 52 and 70. RGB value is (39,82,112). Sum of RGB (Red+Green+Blue) = 39+82+112=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #275270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275270 is #D8AD8F. Grayscale: #484848. Windows color (decimal): -14200208 or 7361063. OLE color: 7361063.

HSL color Cylindrical-coordinate representation of color #275270: hue angle of 204.66º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275270 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 82 112 -
CMYK 0.65 0.27 0 0.56
HSL 204.66º 0.48% 0.3% -
HSV(B) 204.66º 0.65% 0.44% -
XYZ 6.78 7.64 16.45 -
YUV 72.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 39 82 112 0.65 0.27 0 0.56 204.66 0.48 0.3
Hex 27 52 70 41 1B 0 38 CD 30 1E
Octal 47 122 160 101 33 0 70 315 60 36
Binary 100111 1010010 1110000 1000001 11011 0 111000 11001101 110000 11110

Color Harmonies of #275270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275270

Black with #275270

Text Example


Text Example

White with #275270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275270; }

 p { color: rgb(39,82,112); }

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

background-color css

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

 a { background-color: rgb(39,82,112); }

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

border-color css

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

 span { border-color: rgb(39,82,112); }

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