Html Css Color HEX #275A6C Chathams Blue

📋 copy color: '#275A6C'

red 39 ◦ green 90 ◦ blue 108

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

Shades of Chathams Blue #275A6C

Tints of Chathams Blue #275A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 16.46%
G = 37.97%
B = 45.57%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#275A6C (or 0x275A6C) is known color: Chathams Blue. HEX triplet: 27, 5A and 6C. RGB value is (39,90,108). Sum of RGB (Red+Green+Blue) = 39+90+108=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #275A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A6C is #D8A593. Grayscale: #4C4C4C. Windows color (decimal): -14198164 or 7100967. OLE color: 7100967.

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

Color convert

RGB 39 90 108 -
CMYK 0.64 0.17 0 0.58
HSL 195.65º 0.47% 0.29% -
HSV(B) 195.65º 0.64% 0.42% -
XYZ 7.2 8.83 15.51 -
YUV 76.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 39 90 108 0.64 0.17 0 0.58 195.65 0.47 0.29
Hex 27 5A 6C 40 11 0 3A C4 2F 1D
Octal 47 132 154 100 21 0 72 304 57 35
Binary 100111 1011010 1101100 1000000 10001 0 111010 11000100 101111 11101

Color Harmonies of #275A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A6C

Black with #275A6C

Text Example


Text Example

White with #275A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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