Html Css Color HEX #215A68 Chathams Blue

📋 copy color: '#215A68'

red 33 ◦ green 90 ◦ blue 104

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

Shades of Chathams Blue #215A68

Tints of Chathams Blue #215A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 14.54%
G = 39.65%
B = 45.81%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215A68 (or 0x215A68) is known color: Chathams Blue. HEX triplet: 21, 5A and 68. RGB value is (33,90,104). Sum of RGB (Red+Green+Blue) = 33+90+104=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #215A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A68 is #DEA597. Grayscale: #4A4A4A. Windows color (decimal): -14591384 or 6838817. OLE color: 6838817.

HSL color Cylindrical-coordinate representation of color #215A68: hue angle of 191.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215A68 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 90 104 -
CMYK 0.68 0.13 0 0.59
HSL 191.83º 0.52% 0.27% -
HSV(B) 191.83º 0.68% 0.41% -
XYZ 6.78 8.64 14.41 -
YUV 74.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 33 90 104 0.68 0.13 0 0.59 191.83 0.52 0.27
Hex 21 5A 68 44 D 0 3B C0 34 1B
Octal 41 132 150 104 15 0 73 300 64 33
Binary 100001 1011010 1101000 1000100 1101 0 111011 11000000 110100 11011

Color Harmonies of #215A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A68

Black with #215A68

Text Example


Text Example

White with #215A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215A68; }

 p { color: rgb(33,90,104); }

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

background-color css

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

 a { background-color: rgb(33,90,104); }

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

border-color css

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

 span { border-color: rgb(33,90,104); }

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