Html Css Color HEX #275E70 Chathams Blue

📋 copy color: '#275E70'

red 39 ◦ green 94 ◦ blue 112

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

Shades of Chathams Blue #275E70

Tints of Chathams Blue #275E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

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

R = 15.92%
G = 38.37%
B = 45.71%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275E70 (or 0x275E70) is known color: Chathams Blue. HEX triplet: 27, 5E and 70. RGB value is (39,94,112). Sum of RGB (Red+Green+Blue) = 39+94+112=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #275E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E70 is #D8A18F. Grayscale: #4F4F4F. Windows color (decimal): -14197136 or 7364135. OLE color: 7364135.

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

Color convert

RGB 39 94 112 -
CMYK 0.65 0.16 0 0.56
HSL 194.79º 0.48% 0.3% -
HSV(B) 194.79º 0.65% 0.44% -
XYZ 7.76 9.61 16.77 -
YUV 79.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 39 94 112 0.65 0.16 0 0.56 194.79 0.48 0.3
Hex 27 5E 70 41 10 0 38 C3 30 1E
Octal 47 136 160 101 20 0 70 303 60 36
Binary 100111 1011110 1110000 1000001 10000 0 111000 11000011 110000 11110

Color Harmonies of #275E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E70

Black with #275E70

Text Example


Text Example

White with #275E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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