Html Css Color HEX #214968 Arapawa

📋 copy color: '#214968'

red 33 ◦ green 73 ◦ blue 104

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

Shades of Arapawa #214968

Tints of Arapawa #214968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 15.71%
G = 34.76%
B = 49.52%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214968 (or 0x214968) is known color: Arapawa. HEX triplet: 21, 49 and 68. RGB value is (33,73,104). Sum of RGB (Red+Green+Blue) = 33+73+104=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #214968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214968 is #DEB697. Grayscale: #404040. Windows color (decimal): -14595736 or 6834465. OLE color: 6834465.

HSL color Cylindrical-coordinate representation of color #214968: hue angle of 206.2º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214968 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 73 104 -
CMYK 0.68 0.30 0 0.59
HSL 206.2º 0.52% 0.27% -
HSV(B) 206.2º 0.68% 0.41% -
XYZ 5.51 6.09 13.98 -
YUV 64.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 33 73 104 0.68 0.30 0 0.59 206.2 0.52 0.27
Hex 21 49 68 44 1E 0 3B CE 34 1B
Octal 41 111 150 104 36 0 73 316 64 33
Binary 100001 1001001 1101000 1000100 11110 0 111011 11001110 110100 11011

Color Harmonies of #214968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214968

Black with #214968

Text Example


Text Example

White with #214968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214968; }

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

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

background-color css

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

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

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

border-color css

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

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

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