Html Css Color HEX #214A5B Astronaut Blue

📋 copy color: '#214A5B'

red 33 ◦ green 74 ◦ blue 91

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

Shades of Astronaut Blue #214A5B

Tints of Astronaut Blue #214A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 16.67%
G = 37.37%
B = 45.96%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#214A5B (or 0x214A5B) is known color: Astronaut Blue. HEX triplet: 21, 4A and 5B. RGB value is (33,74,91). Sum of RGB (Red+Green+Blue) = 33+74+91=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #214A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A5B is #DEB5A4. Grayscale: #3F3F3F. Windows color (decimal): -14595493 or 5982753. OLE color: 5982753.

HSL color Cylindrical-coordinate representation of color #214A5B: hue angle of 197.59º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214A5B is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 74 91 -
CMYK 0.64 0.19 0 0.64
HSL 197.59º 0.47% 0.24% -
HSV(B) 197.59º 0.64% 0.36% -
XYZ 4.96 5.98 10.79 -
YUV 63.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 33 74 91 0.64 0.19 0 0.64 197.59 0.47 0.24
Hex 21 4A 5B 40 13 0 40 C6 2F 18
Octal 41 112 133 100 23 0 100 306 57 30
Binary 100001 1001010 1011011 1000000 10011 0 1000000 11000110 101111 11000

Color Harmonies of #214A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A5B

Black with #214A5B

Text Example


Text Example

White with #214A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,91); }

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

background-color css

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

 a { background-color: rgb(33,74,91); }

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

border-color css

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

 span { border-color: rgb(33,74,91); }

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