Html Css Color HEX #275B70 Chathams Blue

📋 copy color: '#275B70'

red 39 ◦ green 91 ◦ blue 112

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

Shades of Chathams Blue #275B70

Tints of Chathams Blue #275B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 16.12%
G = 37.6%
B = 46.28%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275B70 (or 0x275B70) is known color: Chathams Blue. HEX triplet: 27, 5B and 70. RGB value is (39,91,112). Sum of RGB (Red+Green+Blue) = 39+91+112=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #275B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B70 is #D8A48F. Grayscale: #4D4D4D. Windows color (decimal): -14197904 or 7363367. OLE color: 7363367.

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

Color convert

RGB 39 91 112 -
CMYK 0.65 0.19 0 0.56
HSL 197.26º 0.48% 0.3% -
HSV(B) 197.26º 0.65% 0.44% -
XYZ 7.5 9.08 16.69 -
YUV 77.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 39 91 112 0.65 0.19 0 0.56 197.26 0.48 0.3
Hex 27 5B 70 41 13 0 38 C5 30 1E
Octal 47 133 160 101 23 0 70 305 60 36
Binary 100111 1011011 1110000 1000001 10011 0 111000 11000101 110000 11110

Color Harmonies of #275B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B70

Black with #275B70

Text Example


Text Example

White with #275B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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