Html Css Color HEX #214866 Arapawa

📋 copy color: '#214866'

red 33 ◦ green 72 ◦ blue 102

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

Shades of Arapawa #214866

Tints of Arapawa #214866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 102 (40.23% from 255) = 49.28%

R = 15.94%
G = 34.78%
B = 49.28%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#214866 (or 0x214866) is known color: Arapawa. HEX triplet: 21, 48 and 66. RGB value is (33,72,102). Sum of RGB (Red+Green+Blue) = 33+72+102=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #214866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214866 is #DEB799. Grayscale: #3F3F3F. Windows color (decimal): -14595994 or 6703137. OLE color: 6703137.

HSL color Cylindrical-coordinate representation of color #214866: hue angle of 206.09º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214866 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 72 102 -
CMYK 0.68 0.29 0 0.6
HSL 206.09º 0.51% 0.26% -
HSV(B) 206.09º 0.68% 0.4% -
XYZ 5.34 5.92 13.43 -
YUV 63.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 33 72 102 0.68 0.29 0 0.6 206.09 0.51 0.26
Hex 21 48 66 44 1D 0 3C CE 33 1A
Octal 41 110 146 104 35 0 74 316 63 32
Binary 100001 1001000 1100110 1000100 11101 0 111100 11001110 110011 11010

Color Harmonies of #214866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214866

Black with #214866

Text Example


Text Example

White with #214866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214866; }

 p { color: rgb(33,72,102); }

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

background-color css

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

 a { background-color: rgb(33,72,102); }

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

border-color css

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

 span { border-color: rgb(33,72,102); }

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