Html Css Color HEX #215362 Arapawa

📋 copy color: '#215362'

red 33 ◦ green 83 ◦ blue 98

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

Shades of Arapawa #215362

Tints of Arapawa #215362

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 value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#215362 (or 0x215362) is known color: 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

RGB 33 83 98 -
CMYK 0.66 0.15 0 0.62
HSL 193.85º 0.5% 0.26% -
HSV(B) 193.85º 0.66% 0.38% -
XYZ 5.93 7.39 12.67 -
YUV 69.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 33 83 98 0.66 0.15 0 0.62 193.85 0.5 0.26
Hex 21 53 62 42 F 0 3E C2 32 1A
Octal 41 123 142 102 17 0 76 302 62 32
Binary 100001 1010011 1100010 1000010 1111 0 111110 11000010 110010 11010

Color Harmonies of #215362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215362

Black with #215362

Text Example


Text Example

White with #215362

Text Example


Text Example

HTML Codes & Css Web 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>