Html Css Color HEX #214B5E Arapawa

📋 copy color: '#214B5E'

red 33 ◦ green 75 ◦ blue 94

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

Shades of Arapawa #214B5E

Tints of Arapawa #214B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 16.34%
G = 37.13%
B = 46.53%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#214B5E (or 0x214B5E) is known color: Arapawa. HEX triplet: 21, 4B and 5E. RGB value is (33,75,94). Sum of RGB (Red+Green+Blue) = 33+75+94=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #214B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B5E is #DEB4A1. Grayscale: #404040. Windows color (decimal): -14595234 or 6179617. OLE color: 6179617.

HSL color Cylindrical-coordinate representation of color #214B5E: hue angle of 198.69º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #214B5E is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 75 94 -
CMYK 0.65 0.20 0 0.63
HSL 198.69º 0.48% 0.25% -
HSV(B) 198.69º 0.65% 0.37% -
XYZ 5.16 6.16 11.51 -
YUV 64.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 33 75 94 0.65 0.20 0 0.63 198.69 0.48 0.25
Hex 21 4B 5E 41 14 0 3F C7 30 19
Octal 41 113 136 101 24 0 77 307 60 31
Binary 100001 1001011 1011110 1000001 10100 0 111111 11000111 110000 11001

Color Harmonies of #214B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B5E

Black with #214B5E

Text Example


Text Example

White with #214B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,75,94); }

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

background-color css

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

 a { background-color: rgb(33,75,94); }

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

border-color css

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

 span { border-color: rgb(33,75,94); }

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