Html Css Color HEX #214762 Arapawa

📋 copy color: '#214762'

red 33 ◦ green 71 ◦ blue 98

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

Shades of Arapawa #214762

Tints of Arapawa #214762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.15%

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

R = 16.34%
G = 35.15%
B = 48.51%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214762 (or 0x214762) is known color: Arapawa. HEX triplet: 21, 47 and 62. RGB value is (33,71,98). Sum of RGB (Red+Green+Blue) = 33+71+98=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #214762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214762 is #DEB89D. Grayscale: #3E3E3E. Windows color (decimal): -14596254 or 6440737. OLE color: 6440737.

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

Color convert

RGB 33 71 98 -
CMYK 0.66 0.28 0 0.62
HSL 204.92º 0.5% 0.26% -
HSV(B) 204.92º 0.66% 0.38% -
XYZ 5.09 5.71 12.39 -
YUV 62.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 33 71 98 0.66 0.28 0 0.62 204.92 0.5 0.26
Hex 21 47 62 42 1C 0 3E CD 32 1A
Octal 41 107 142 102 34 0 76 315 62 32
Binary 100001 1000111 1100010 1000010 11100 0 111110 11001101 110010 11010

Color Harmonies of #214762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214762

Black with #214762

Text Example


Text Example

White with #214762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214762; }

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

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

background-color css

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

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

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

border-color css

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

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

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