Html Css Color HEX #214C69 Arapawa

📋 copy color: '#214C69'

red 33 ◦ green 76 ◦ blue 105

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

Shades of Arapawa #214C69

Tints of Arapawa #214C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 15.42%
G = 35.51%
B = 49.07%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214C69 (or 0x214C69) is known color: Arapawa. HEX triplet: 21, 4C and 69. RGB value is (33,76,105). Sum of RGB (Red+Green+Blue) = 33+76+105=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #214C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C69 is #DEB396. Grayscale: #424242. Windows color (decimal): -14594967 or 6900769. OLE color: 6900769.

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

Color convert

RGB 33 76 105 -
CMYK 0.69 0.28 0 0.59
HSL 204.17º 0.52% 0.27% -
HSV(B) 204.17º 0.69% 0.41% -
XYZ 5.76 6.51 14.32 -
YUV 66.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 33 76 105 0.69 0.28 0 0.59 204.17 0.52 0.27
Hex 21 4C 69 45 1C 0 3B CC 34 1B
Octal 41 114 151 105 34 0 73 314 64 33
Binary 100001 1001100 1101001 1000101 11100 0 111011 11001100 110100 11011

Color Harmonies of #214C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C69

Black with #214C69

Text Example


Text Example

White with #214C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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