Html Css Color HEX #21466A Arapawa

📋 copy color: '#21466A'

red 33 ◦ green 70 ◦ blue 106

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

Shades of Arapawa #21466A

Tints of Arapawa #21466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

 BLUE value IS 106 (41.8% from 255) = 50.72%

R = 15.79%
G = 33.49%
B = 50.72%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21466A (or 0x21466A) is known color: Arapawa. HEX triplet: 21, 46 and 6A. RGB value is (33,70,106). Sum of RGB (Red+Green+Blue) = 33+70+106=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #21466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21466A is #DEB995. Grayscale: #3E3E3E. Windows color (decimal): -14596502 or 6964769. OLE color: 6964769.

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

Color convert

RGB 33 70 106 -
CMYK 0.69 0.34 0 0.58
HSL 209.59º 0.53% 0.27% -
HSV(B) 209.59º 0.69% 0.42% -
XYZ 5.42 5.74 14.46 -
YUV 63.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 33 70 106 0.69 0.34 0 0.58 209.59 0.53 0.27
Hex 21 46 6A 45 22 0 3A D2 35 1B
Octal 41 106 152 105 42 0 72 322 65 33
Binary 100001 1000110 1101010 1000101 100010 0 111010 11010010 110101 11011

Color Harmonies of #21466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21466A

Black with #21466A

Text Example


Text Example

White with #21466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21466A; }

 p { color: rgb(33,70,106); }

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

background-color css

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

 a { background-color: rgb(33,70,106); }

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

border-color css

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

 span { border-color: rgb(33,70,106); }

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