Html Css Color HEX #215060 Arapawa

📋 copy color: '#215060'

red 33 ◦ green 80 ◦ blue 96

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

Shades of Arapawa #215060

Tints of Arapawa #215060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.28%

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 15.79%
G = 38.28%
B = 45.93%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215060 (or 0x215060) is known color: Arapawa. HEX triplet: 21, 50 and 60. RGB value is (33,80,96). Sum of RGB (Red+Green+Blue) = 33+80+96=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #215060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215060 is #DEAF9F. Grayscale: #434343. Windows color (decimal): -14593952 or 6311969. OLE color: 6311969.

HSL color Cylindrical-coordinate representation of color #215060: hue angle of 195.24º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215060 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 80 96 -
CMYK 0.66 0.17 0 0.62
HSL 195.24º 0.49% 0.25% -
HSV(B) 195.24º 0.66% 0.38% -
XYZ 5.61 6.91 12.1 -
YUV 67.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 33 80 96 0.66 0.17 0 0.62 195.24 0.49 0.25
Hex 21 50 60 42 11 0 3E C3 31 19
Octal 41 120 140 102 21 0 76 303 61 31
Binary 100001 1010000 1100000 1000010 10001 0 111110 11000011 110001 11001

Color Harmonies of #215060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215060

Black with #215060

Text Example


Text Example

White with #215060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215060; }

 p { color: rgb(33,80,96); }

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

background-color css

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

 a { background-color: rgb(33,80,96); }

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

border-color css

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

 span { border-color: rgb(33,80,96); }

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