Html Css Color HEX #275C70 Chathams Blue

📋 copy color: '#275C70'

red 39 ◦ green 92 ◦ blue 112

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

Shades of Chathams Blue #275C70

Tints of Chathams Blue #275C70

RGB

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

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

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

R = 16.05%
G = 37.86%
B = 46.09%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#275C70 (or 0x275C70) is known color: Chathams Blue. HEX triplet: 27, 5C and 70. RGB value is (39,92,112). Sum of RGB (Red+Green+Blue) = 39+92+112=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #275C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C70 is #D8A38F. Grayscale: #4E4E4E. Windows color (decimal): -14197648 or 7363623. OLE color: 7363623.

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

Color convert

RGB 39 92 112 -
CMYK 0.65 0.18 0 0.56
HSL 196.44º 0.48% 0.3% -
HSV(B) 196.44º 0.65% 0.44% -
XYZ 7.59 9.26 16.72 -
YUV 78.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 39 92 112 0.65 0.18 0 0.56 196.44 0.48 0.3
Hex 27 5C 70 41 12 0 38 C4 30 1E
Octal 47 134 160 101 22 0 70 304 60 36
Binary 100111 1011100 1110000 1000001 10010 0 111000 11000100 110000 11110

Color Harmonies of #275C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275C70

Black with #275C70

Text Example


Text Example

White with #275C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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