Html Css Color HEX #215360 Arapawa

📋 copy color: '#215360'

red 33 ◦ green 83 ◦ blue 96

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

Shades of Arapawa #215360

Tints of Arapawa #215360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

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

R = 15.57%
G = 39.15%
B = 45.28%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215360 (or 0x215360) is known color: Arapawa. HEX triplet: 21, 53 and 60. RGB value is (33,83,96). Sum of RGB (Red+Green+Blue) = 33+83+96=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #215360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215360 is #DEAC9F. Grayscale: #454545. Windows color (decimal): -14593184 or 6312737. OLE color: 6312737.

HSL color Cylindrical-coordinate representation of color #215360: hue angle of 192.38º 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 #215360 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 83 96 -
CMYK 0.66 0.14 0 0.62
HSL 192.38º 0.49% 0.25% -
HSV(B) 192.38º 0.66% 0.38% -
XYZ 5.83 7.35 12.18 -
YUV 69.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 33 83 96 0.66 0.14 0 0.62 192.38 0.49 0.25
Hex 21 53 60 42 E 0 3E C0 31 19
Octal 41 123 140 102 16 0 76 300 61 31
Binary 100001 1010011 1100000 1000010 1110 0 111110 11000000 110001 11001

Color Harmonies of #215360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215360

Black with #215360

Text Example


Text Example

White with #215360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215360; }

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

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

background-color css

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

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

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

border-color css

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

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

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