Html Css Color HEX #275B71 Chathams Blue

📋 copy color: '#275B71'

red 39 ◦ green 91 ◦ blue 113

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

Shades of Chathams Blue #275B71

Tints of Chathams Blue #275B71

RGB

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

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

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

R = 16.05%
G = 37.45%
B = 46.5%

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

#275B71 (or 0x275B71) is known color: Chathams Blue. HEX triplet: 27, 5B and 71. RGB value is (39,91,113). Sum of RGB (Red+Green+Blue) = 39+91+113=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #275B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B71 is #D8A48E. Grayscale: #4D4D4D. Windows color (decimal): -14197903 or 7428903. OLE color: 7428903.

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

Color convert

RGB 39 91 113 -
CMYK 0.65 0.19 0 0.56
HSL 197.84º 0.49% 0.3% -
HSV(B) 197.84º 0.65% 0.44% -
XYZ 7.56 9.11 16.98 -
YUV 77.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 39 91 113 0.65 0.19 0 0.56 197.84 0.49 0.3
Hex 27 5B 71 41 13 0 38 C6 31 1E
Octal 47 133 161 101 23 0 70 306 61 36
Binary 100111 1011011 1110001 1000001 10011 0 111000 11000110 110001 11110

Color Harmonies of #275B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B71

Black with #275B71

Text Example


Text Example

White with #275B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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