Html Css Color HEX #275A69 Chathams Blue

📋 copy color: '#275A69'

red 39 ◦ green 90 ◦ blue 105

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

Shades of Chathams Blue #275A69

Tints of Chathams Blue #275A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.87%

R = 16.67%
G = 38.46%
B = 44.87%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#275A69 (or 0x275A69) is known color: Chathams Blue. HEX triplet: 27, 5A and 69. RGB value is (39,90,105). Sum of RGB (Red+Green+Blue) = 39+90+105=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #275A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A69 is #D8A596. Grayscale: #4C4C4C. Windows color (decimal): -14198167 or 6904359. OLE color: 6904359.

HSL color Cylindrical-coordinate representation of color #275A69: hue angle of 193.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275A69 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 90 105 -
CMYK 0.63 0.14 0 0.59
HSL 193.64º 0.46% 0.28% -
HSV(B) 193.64º 0.63% 0.41% -
XYZ 7.04 8.76 14.68 -
YUV 76.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 39 90 105 0.63 0.14 0 0.59 193.64 0.46 0.28
Hex 27 5A 69 3F E 0 3B C2 2E 1C
Octal 47 132 151 77 16 0 73 302 56 34
Binary 100111 1011010 1101001 111111 1110 0 111011 11000010 101110 11100

Color Harmonies of #275A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A69

Black with #275A69

Text Example


Text Example

White with #275A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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