Html Css Color HEX #275A6D Chathams Blue

📋 copy color: '#275A6D'

red 39 ◦ green 90 ◦ blue 109

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

Shades of Chathams Blue #275A6D

Tints of Chathams Blue #275A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 16.39%
G = 37.82%
B = 45.8%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#275A6D (or 0x275A6D) is known color: Chathams Blue. HEX triplet: 27, 5A and 6D. RGB value is (39,90,109). Sum of RGB (Red+Green+Blue) = 39+90+109=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #275A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A6D is #D8A592. Grayscale: #4C4C4C. Windows color (decimal): -14198163 or 7166503. OLE color: 7166503.

HSL color Cylindrical-coordinate representation of color #275A6D: hue angle of 196.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275A6D is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 90 109 -
CMYK 0.64 0.17 0 0.57
HSL 196.29º 0.47% 0.29% -
HSV(B) 196.29º 0.64% 0.43% -
XYZ 7.25 8.85 15.79 -
YUV 76.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 39 90 109 0.64 0.17 0 0.57 196.29 0.47 0.29
Hex 27 5A 6D 40 11 0 39 C4 2F 1D
Octal 47 132 155 100 21 0 71 304 57 35
Binary 100111 1011010 1101101 1000000 10001 0 111001 11000100 101111 11101

Color Harmonies of #275A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A6D

Black with #275A6D

Text Example


Text Example

White with #275A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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