Html Css Color HEX #214C64 Arapawa

📋 copy color: '#214C64'

red 33 ◦ green 76 ◦ blue 100

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

Shades of Arapawa #214C64

Tints of Arapawa #214C64

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 100 (39.45% from 255) = 47.85%

R = 15.79%
G = 36.36%
B = 47.85%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#214C64 (or 0x214C64) is known color: Arapawa. HEX triplet: 21, 4C and 64. RGB value is (33,76,100). Sum of RGB (Red+Green+Blue) = 33+76+100=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #214C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C64 is #DEB39B. Grayscale: #414141. Windows color (decimal): -14594972 or 6573089. OLE color: 6573089.

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

Color convert

RGB 33 76 100 -
CMYK 0.67 0.24 0 0.61
HSL 201.49º 0.5% 0.26% -
HSV(B) 201.49º 0.67% 0.39% -
XYZ 5.51 6.41 13 -
YUV 65.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 33 76 100 0.67 0.24 0 0.61 201.49 0.5 0.26
Hex 21 4C 64 43 18 0 3D C9 32 1A
Octal 41 114 144 103 30 0 75 311 62 32
Binary 100001 1001100 1100100 1000011 11000 0 111101 11001001 110010 11010

Color Harmonies of #214C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C64

Black with #214C64

Text Example


Text Example

White with #214C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214C64; }

 p { color: rgb(33,76,100); }

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

background-color css

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

 a { background-color: rgb(33,76,100); }

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

border-color css

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

 span { border-color: rgb(33,76,100); }

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