Html Css Color HEX #275865 Chathams Blue

📋 copy color: '#275865'

red 39 ◦ green 88 ◦ blue 101

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

Shades of Chathams Blue #275865

Tints of Chathams Blue #275865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.6%

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

R = 17.11%
G = 38.6%
B = 44.3%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#275865 (or 0x275865) is known color: Chathams Blue. HEX triplet: 27, 58 and 65. RGB value is (39,88,101). Sum of RGB (Red+Green+Blue) = 39+88+101=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #275865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275865 is #D8A79A. Grayscale: #4A4A4A. Windows color (decimal): -14198683 or 6641703. OLE color: 6641703.

HSL color Cylindrical-coordinate representation of color #275865: hue angle of 192.58º 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 #275865 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 39 88 101 -
CMYK 0.61 0.13 0 0.60
HSL 192.58º 0.44% 0.27% -
HSV(B) 192.58º 0.61% 0.4% -
XYZ 6.68 8.35 13.57 -
YUV 74.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 39 88 101 0.61 0.13 0 0.60 192.58 0.44 0.27
Hex 27 58 65 3D D 0 3C C1 2C 1B
Octal 47 130 145 75 15 0 74 301 54 33
Binary 100111 1011000 1100101 111101 1101 0 111100 11000001 101100 11011

Color Harmonies of #275865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275865

Black with #275865

Text Example


Text Example

White with #275865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275865; }

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

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

background-color css

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

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

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

border-color css

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

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

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