#215362

Color #215362 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #215362

Tints of Arapawa #215362

Color information

#215362 (or 0x215362) is unknown color: approx Arapawa. HEX triplet: 21, 53 and 62. RGB value is (33,83,98). Sum of RGB (Red+Green+Blue) = 33+83+98=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #215362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215362 is #DEAC9D. Grayscale: #454545. Windows color (decimal): -14593182 or 6443809. OLE color: 6443809.

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

Color convert

RGB338398-
CMYK0.660.1500.62
HSL193.85º49.62%25.69%-
HSV(B)193.85º66.33%38.43%-
XYZ5.937.3912.67-
YUV69.76143.94101.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=15.42%
G=38.79%
B=45.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3383980.660.1500.62193.8549.6225.69
Hex21536242F03Ec2321a
Octal41123142102170763026232
Binary100001101001111000101000010111101111101100001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215362; }

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

 H1.HeaderClassName
 {
   color: #215362;
 }
 .AnyTagClassName
 {
   color: #215362;
 }
</style>
background-color css

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

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

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

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

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

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