Html Css Color HEX #275C71 Chathams Blue

📋 copy color: '#275C71'

red 39 ◦ green 92 ◦ blue 113

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

Shades of Chathams Blue #275C71

Tints of Chathams Blue #275C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 15.98%
G = 37.7%
B = 46.31%

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

#275C71 (or 0x275C71) is known color: Chathams Blue. HEX triplet: 27, 5C and 71. RGB value is (39,92,113). Sum of RGB (Red+Green+Blue) = 39+92+113=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #275C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C71 is #D8A38E. Grayscale: #4E4E4E. Windows color (decimal): -14197647 or 7429159. OLE color: 7429159.

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

Color convert

RGB 39 92 113 -
CMYK 0.65 0.19 0 0.56
HSL 197.03º 0.49% 0.3% -
HSV(B) 197.03º 0.65% 0.44% -
XYZ 7.64 9.28 17.01 -
YUV 78.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 39 92 113 0.65 0.19 0 0.56 197.03 0.49 0.3
Hex 27 5C 71 41 13 0 38 C5 31 1E
Octal 47 134 161 101 23 0 70 305 61 36
Binary 100111 1011100 1110001 1000001 10011 0 111000 11000101 110001 11110

Color Harmonies of #275C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C71

Black with #275C71

Text Example


Text Example

White with #275C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,92,113); }

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

background-color css

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

 a { background-color: rgb(39,92,113); }

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

border-color css

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

 span { border-color: rgb(39,92,113); }

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