Html Css Color HEX #214760 Astronaut Blue

📋 copy color: '#214760'

red 33 ◦ green 71 ◦ blue 96

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

Shades of Astronaut Blue #214760

Tints of Astronaut Blue #214760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 16.5%
G = 35.5%
B = 48%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214760 (or 0x214760) is known color: Astronaut Blue. HEX triplet: 21, 47 and 60. RGB value is (33,71,96). Sum of RGB (Red+Green+Blue) = 33+71+96=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #214760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214760 is #DEB89F. Grayscale: #3E3E3E. Windows color (decimal): -14596256 or 6309665. OLE color: 6309665.

HSL color Cylindrical-coordinate representation of color #214760: hue angle of 203.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214760 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 71 96 -
CMYK 0.66 0.26 0 0.62
HSL 203.81º 0.49% 0.25% -
HSV(B) 203.81º 0.66% 0.38% -
XYZ 4.99 5.67 11.9 -
YUV 62.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 33 71 96 0.66 0.26 0 0.62 203.81 0.49 0.25
Hex 21 47 60 42 1A 0 3E CC 31 19
Octal 41 107 140 102 32 0 76 314 61 31
Binary 100001 1000111 1100000 1000010 11010 0 111110 11001100 110001 11001

Color Harmonies of #214760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214760

Black with #214760

Text Example


Text Example

White with #214760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214760; }

 p { color: rgb(33,71,96); }

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

background-color css

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

 a { background-color: rgb(33,71,96); }

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

border-color css

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

 span { border-color: rgb(33,71,96); }

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