Html Css Color HEX #275A6B Chathams Blue

📋 copy color: '#275A6B'

red 39 ◦ green 90 ◦ blue 107

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

Shades of Chathams Blue #275A6B

Tints of Chathams Blue #275A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 16.53%
G = 38.14%
B = 45.34%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#275A6B (or 0x275A6B) is known color: Chathams Blue. HEX triplet: 27, 5A and 6B. RGB value is (39,90,107). Sum of RGB (Red+Green+Blue) = 39+90+107=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #275A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A6B is #D8A594. Grayscale: #4C4C4C. Windows color (decimal): -14198165 or 7035431. OLE color: 7035431.

HSL color Cylindrical-coordinate representation of color #275A6B: hue angle of 195º 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 #275A6B is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 90 107 -
CMYK 0.64 0.16 0 0.58
HSL 195º 0.47% 0.29% -
HSV(B) 195º 0.64% 0.42% -
XYZ 7.15 8.81 15.23 -
YUV 76.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 39 90 107 0.64 0.16 0 0.58 195 0.47 0.29
Hex 27 5A 6B 40 10 0 3A C3 2F 1D
Octal 47 132 153 100 20 0 72 303 57 35
Binary 100111 1011010 1101011 1000000 10000 0 111010 11000011 101111 11101

Color Harmonies of #275A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A6B

Black with #275A6B

Text Example


Text Example

White with #275A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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