Html Css Color HEX #275A72 Chathams Blue

📋 copy color: '#275A72'

red 39 ◦ green 90 ◦ blue 114

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

Shades of Chathams Blue #275A72

Tints of Chathams Blue #275A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 16.05%
G = 37.04%
B = 46.91%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#275A72 (or 0x275A72) is known color: Chathams Blue. HEX triplet: 27, 5A and 72. RGB value is (39,90,114). Sum of RGB (Red+Green+Blue) = 39+90+114=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #275A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A72 is #D8A58D. Grayscale: #4D4D4D. Windows color (decimal): -14198158 or 7494183. OLE color: 7494183.

HSL color Cylindrical-coordinate representation of color #275A72: hue angle of 199.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275A72 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 90 114 -
CMYK 0.66 0.21 0 0.55
HSL 199.2º 0.49% 0.3% -
HSV(B) 199.2º 0.66% 0.45% -
XYZ 7.53 8.96 17.25 -
YUV 77.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 39 90 114 0.66 0.21 0 0.55 199.2 0.49 0.3
Hex 27 5A 72 42 15 0 37 C7 31 1E
Octal 47 132 162 102 25 0 67 307 61 36
Binary 100111 1011010 1110010 1000010 10101 0 110111 11000111 110001 11110

Color Harmonies of #275A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A72

Black with #275A72

Text Example


Text Example

White with #275A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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