Html Css Color HEX #275565 Chathams Blue

📋 copy color: '#275565'

red 39 ◦ green 85 ◦ blue 101

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

Shades of Chathams Blue #275565

Tints of Chathams Blue #275565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 17.33%
G = 37.78%
B = 44.89%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#275565 (or 0x275565) is known color: Chathams Blue. HEX triplet: 27, 55 and 65. RGB value is (39,85,101). Sum of RGB (Red+Green+Blue) = 39+85+101=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #275565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275565 is #D8AA9A. Grayscale: #484848. Windows color (decimal): -14199451 or 6640935. OLE color: 6640935.

HSL color Cylindrical-coordinate representation of color #275565: hue angle of 195.48º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275565 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 85 101 -
CMYK 0.61 0.16 0 0.60
HSL 195.48º 0.44% 0.27% -
HSV(B) 195.48º 0.61% 0.4% -
XYZ 6.43 7.87 13.49 -
YUV 73.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 39 85 101 0.61 0.16 0 0.60 195.48 0.44 0.27
Hex 27 55 65 3D 10 0 3C C3 2C 1B
Octal 47 125 145 75 20 0 74 303 54 33
Binary 100111 1010101 1100101 111101 10000 0 111100 11000011 101100 11011

Color Harmonies of #275565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275565

Black with #275565

Text Example


Text Example

White with #275565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275565; }

 p { color: rgb(39,85,101); }

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

background-color css

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

 a { background-color: rgb(39,85,101); }

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

border-color css

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

 span { border-color: rgb(39,85,101); }

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