Html Css Color HEX #275A70 Chathams Blue

📋 copy color: '#275A70'

red 39 ◦ green 90 ◦ blue 112

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

Shades of Chathams Blue #275A70

Tints of Chathams Blue #275A70

RGB

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

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

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

R = 16.18%
G = 37.34%
B = 46.47%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275A70 (or 0x275A70) is known color: Chathams Blue. HEX triplet: 27, 5A and 70. RGB value is (39,90,112). Sum of RGB (Red+Green+Blue) = 39+90+112=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #275A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A70 is #D8A58F. Grayscale: #4D4D4D. Windows color (decimal): -14198160 or 7363111. OLE color: 7363111.

HSL color Cylindrical-coordinate representation of color #275A70: hue angle of 198.08º 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 #275A70 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 90 112 -
CMYK 0.65 0.20 0 0.56
HSL 198.08º 0.48% 0.3% -
HSV(B) 198.08º 0.65% 0.44% -
XYZ 7.42 8.91 16.66 -
YUV 77.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 39 90 112 0.65 0.20 0 0.56 198.08 0.48 0.3
Hex 27 5A 70 41 14 0 38 C6 30 1E
Octal 47 132 160 101 24 0 70 306 60 36
Binary 100111 1011010 1110000 1000001 10100 0 111000 11000110 110000 11110

Color Harmonies of #275A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A70

Black with #275A70

Text Example


Text Example

White with #275A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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