Html Css Color HEX #215865 Chathams Blue

📋 copy color: '#215865'

red 33 ◦ green 88 ◦ blue 101

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

Shades of Chathams Blue #215865

Tints of Chathams Blue #215865

RGB

 RED value IS 33 (13.28% from 255) = 14.86%

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

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

R = 14.86%
G = 39.64%
B = 45.5%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#215865 (or 0x215865) is known color: Chathams Blue. HEX triplet: 21, 58 and 65. RGB value is (33,88,101). Sum of RGB (Red+Green+Blue) = 33+88+101=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #215865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215865 is #DEA79A. Grayscale: #484848. Windows color (decimal): -14591899 or 6641697. OLE color: 6641697.

HSL color Cylindrical-coordinate representation of color #215865: hue angle of 191.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215865 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 88 101 -
CMYK 0.67 0.13 0 0.60
HSL 191.47º 0.51% 0.26% -
HSV(B) 191.47º 0.67% 0.4% -
XYZ 6.47 8.24 13.56 -
YUV 73.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 33 88 101 0.67 0.13 0 0.60 191.47 0.51 0.26
Hex 21 58 65 43 D 0 3C BF 33 1A
Octal 41 130 145 103 15 0 74 277 63 32
Binary 100001 1011000 1100101 1000011 1101 0 111100 10111111 110011 11010

Color Harmonies of #215865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215865

Black with #215865

Text Example


Text Example

White with #215865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215865; }

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

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

background-color css

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

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

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

border-color css

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

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

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