Html Css Color HEX #275A71 Chathams Blue

📋 copy color: '#275A71'

red 39 ◦ green 90 ◦ blue 113

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

Shades of Chathams Blue #275A71

Tints of Chathams Blue #275A71

RGB

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

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

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

R = 16.12%
G = 37.19%
B = 46.69%

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

#275A71 (or 0x275A71) is known color: Chathams Blue. HEX triplet: 27, 5A and 71. RGB value is (39,90,113). Sum of RGB (Red+Green+Blue) = 39+90+113=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #275A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A71 is #D8A58E. Grayscale: #4D4D4D. Windows color (decimal): -14198159 or 7428647. OLE color: 7428647.

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

Color convert

RGB 39 90 113 -
CMYK 0.65 0.20 0 0.56
HSL 198.65º 0.49% 0.3% -
HSV(B) 198.65º 0.65% 0.44% -
XYZ 7.47 8.94 16.95 -
YUV 77.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 39 90 113 0.65 0.20 0 0.56 198.65 0.49 0.3
Hex 27 5A 71 41 14 0 38 C7 31 1E
Octal 47 132 161 101 24 0 70 307 61 36
Binary 100111 1011010 1110001 1000001 10100 0 111000 11000111 110001 11110

Color Harmonies of #275A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A71

Black with #275A71

Text Example


Text Example

White with #275A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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