Html Css Color HEX #215463 Arapawa

📋 copy color: '#215463'

red 33 ◦ green 84 ◦ blue 99

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

Shades of Arapawa #215463

Tints of Arapawa #215463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 15.28%
G = 38.89%
B = 45.83%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215463 (or 0x215463) is known color: Arapawa. HEX triplet: 21, 54 and 63. RGB value is (33,84,99). Sum of RGB (Red+Green+Blue) = 33+84+99=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #215463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215463 is #DEAB9C. Grayscale: #464646. Windows color (decimal): -14592925 or 6509601. OLE color: 6509601.

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

Color convert

RGB 33 84 99 -
CMYK 0.67 0.15 0 0.61
HSL 193.64º 0.5% 0.26% -
HSV(B) 193.64º 0.67% 0.39% -
XYZ 6.05 7.56 12.95 -
YUV 70.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 33 84 99 0.67 0.15 0 0.61 193.64 0.5 0.26
Hex 21 54 63 43 F 0 3D C2 32 1A
Octal 41 124 143 103 17 0 75 302 62 32
Binary 100001 1010100 1100011 1000011 1111 0 111101 11000010 110010 11010

Color Harmonies of #215463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215463

Black with #215463

Text Example


Text Example

White with #215463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215463; }

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

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

background-color css

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

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

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

border-color css

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

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

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