Html Css Color HEX #215462 Arapawa

📋 copy color: '#215462'

red 33 ◦ green 84 ◦ blue 98

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

Shades of Arapawa #215462

Tints of Arapawa #215462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.07%

 BLUE value IS 98 (38.67% from 255) = 45.58%

R = 15.35%
G = 39.07%
B = 45.58%

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

#215462 (or 0x215462) is known color: Arapawa. HEX triplet: 21, 54 and 62. RGB value is (33,84,98). Sum of RGB (Red+Green+Blue) = 33+84+98=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #215462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215462 is #DEAB9D. Grayscale: #464646. Windows color (decimal): -14592926 or 6444065. OLE color: 6444065.

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

Color convert

RGB 33 84 98 -
CMYK 0.66 0.14 0 0.62
HSL 192.92º 0.5% 0.26% -
HSV(B) 192.92º 0.66% 0.38% -
XYZ 6 7.55 12.7 -
YUV 70.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 33 84 98 0.66 0.14 0 0.62 192.92 0.5 0.26
Hex 21 54 62 42 E 0 3E C1 32 1A
Octal 41 124 142 102 16 0 76 301 62 32
Binary 100001 1010100 1100010 1000010 1110 0 111110 11000001 110010 11010

Color Harmonies of #215462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215462

Black with #215462

Text Example


Text Example

White with #215462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215462; }

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

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

background-color css

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

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

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

border-color css

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

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

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