Html Css Color HEX #215965 Chathams Blue

📋 copy color: '#215965'

red 33 ◦ green 89 ◦ blue 101

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

Shades of Chathams Blue #215965

Tints of Chathams Blue #215965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 14.8%
G = 39.91%
B = 45.29%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#215965 (or 0x215965) is known color: Chathams Blue. HEX triplet: 21, 59 and 65. RGB value is (33,89,101). Sum of RGB (Red+Green+Blue) = 33+89+101=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #215965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215965 is #DEA69A. Grayscale: #494949. Windows color (decimal): -14591643 or 6641953. OLE color: 6641953.

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

Color convert

RGB 33 89 101 -
CMYK 0.67 0.12 0 0.60
HSL 190.59º 0.51% 0.26% -
HSV(B) 190.59º 0.67% 0.4% -
XYZ 6.55 8.41 13.59 -
YUV 73.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 33 89 101 0.67 0.12 0 0.60 190.59 0.51 0.26
Hex 21 59 65 43 C 0 3C BF 33 1A
Octal 41 131 145 103 14 0 74 277 63 32
Binary 100001 1011001 1100101 1000011 1100 0 111100 10111111 110011 11010

Color Harmonies of #215965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215965

Black with #215965

Text Example


Text Example

White with #215965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215965; }

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

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

background-color css

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

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

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

border-color css

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

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

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