Html Css Color HEX #214560 Astronaut Blue

📋 copy color: '#214560'

red 33 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #214560

Tints of Astronaut Blue #214560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

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

R = 16.67%
G = 34.85%
B = 48.48%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214560 (or 0x214560) is known color: Astronaut Blue. HEX triplet: 21, 45 and 60. RGB value is (33,69,96). Sum of RGB (Red+Green+Blue) = 33+69+96=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #214560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214560 is #DEBA9F. Grayscale: #3D3D3D. Windows color (decimal): -14596768 or 6309153. OLE color: 6309153.

HSL color Cylindrical-coordinate representation of color #214560: hue angle of 205.71º 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 #214560 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 69 96 -
CMYK 0.66 0.28 0 0.62
HSL 205.71º 0.49% 0.25% -
HSV(B) 205.71º 0.66% 0.38% -
XYZ 4.87 5.42 11.86 -
YUV 61.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 33 69 96 0.66 0.28 0 0.62 205.71 0.49 0.25
Hex 21 45 60 42 1C 0 3E CE 31 19
Octal 41 105 140 102 34 0 76 316 61 31
Binary 100001 1000101 1100000 1000010 11100 0 111110 11001110 110001 11001

Color Harmonies of #214560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214560

Black with #214560

Text Example


Text Example

White with #214560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214560; }

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

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

background-color css

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

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

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

border-color css

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

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

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