Html Css Color HEX #21496C Arapawa

📋 copy color: '#21496C'

red 33 ◦ green 73 ◦ blue 108

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

Shades of Arapawa #21496C

Tints of Arapawa #21496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 15.42%
G = 34.11%
B = 50.47%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21496C (or 0x21496C) is known color: Arapawa. HEX triplet: 21, 49 and 6C. RGB value is (33,73,108). Sum of RGB (Red+Green+Blue) = 33+73+108=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #21496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21496C is #DEB693. Grayscale: #404040. Windows color (decimal): -14595732 or 7096609. OLE color: 7096609.

HSL color Cylindrical-coordinate representation of color #21496C: hue angle of 208º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21496C is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 73 108 -
CMYK 0.69 0.32 0 0.58
HSL 208º 0.53% 0.28% -
HSV(B) 208º 0.69% 0.42% -
XYZ 5.72 6.17 15.08 -
YUV 65.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 33 73 108 0.69 0.32 0 0.58 208 0.53 0.28
Hex 21 49 6C 45 20 0 3A D0 35 1C
Octal 41 111 154 105 40 0 72 320 65 34
Binary 100001 1001001 1101100 1000101 100000 0 111010 11010000 110101 11100

Color Harmonies of #21496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21496C

Black with #21496C

Text Example


Text Example

White with #21496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21496C; }

 p { color: rgb(33,73,108); }

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

background-color css

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

 a { background-color: rgb(33,73,108); }

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

border-color css

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

 span { border-color: rgb(33,73,108); }

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