Html Css Color HEX #214963 Arapawa

📋 copy color: '#214963'

red 33 ◦ green 73 ◦ blue 99

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

Shades of Arapawa #214963

Tints of Arapawa #214963

RGB

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

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

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

R = 16.1%
G = 35.61%
B = 48.29%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#214963 (or 0x214963) is known color: Arapawa. HEX triplet: 21, 49 and 63. RGB value is (33,73,99). Sum of RGB (Red+Green+Blue) = 33+73+99=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #214963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214963 is #DEB69C. Grayscale: #3F3F3F. Windows color (decimal): -14595741 or 6506785. OLE color: 6506785.

HSL color Cylindrical-coordinate representation of color #214963: hue angle of 203.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 #214963 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 73 99 -
CMYK 0.67 0.26 0 0.61
HSL 203.64º 0.5% 0.26% -
HSV(B) 203.64º 0.67% 0.39% -
XYZ 5.26 5.99 12.68 -
YUV 64 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 33 73 99 0.67 0.26 0 0.61 203.64 0.5 0.26
Hex 21 49 63 43 1A 0 3D CC 32 1A
Octal 41 111 143 103 32 0 75 314 62 32
Binary 100001 1001001 1100011 1000011 11010 0 111101 11001100 110010 11010

Color Harmonies of #214963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214963

Black with #214963

Text Example


Text Example

White with #214963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214963; }

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

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

background-color css

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

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

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

border-color css

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

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

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