Html Css Color HEX #3A4B6E Astronaut

📋 copy color: '#3A4B6E'

red 58 ◦ green 75 ◦ blue 110

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

Shades of Astronaut #3A4B6E

Tints of Astronaut #3A4B6E

RGB

 RED value IS 58 (23.05% from 255) = 23.87%

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

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 23.87%
G = 30.86%
B = 45.27%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A4B6E (or 0x3A4B6E) is known color: Astronaut. HEX triplet: 3A, 4B and 6E. RGB value is (58,75,110). Sum of RGB (Red+Green+Blue) = 58+75+110=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A4B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4B6E is #C5B491. Grayscale: #494949. Windows color (decimal): -12956818 or 7228218. OLE color: 7228218.

HSL color Cylindrical-coordinate representation of color #3A4B6E: hue angle of 220.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A4B6E is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 75 110 -
CMYK 0.47 0.32 0 0.57
HSL 220.38º 0.31% 0.33% -
HSV(B) 220.38º 0.47% 0.43% -
XYZ 7.08 7.06 15.74 -
YUV 73.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 58 75 110 0.47 0.32 0 0.57 220.38 0.31 0.33
Hex 3A 4B 6E 2F 20 0 39 DC 1F 21
Octal 72 113 156 57 40 0 71 334 37 41
Binary 111010 1001011 1101110 101111 100000 0 111001 11011100 11111 100001

Color Harmonies of #3A4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4B6E

Black with #3A4B6E

Text Example


Text Example

White with #3A4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4B6E; }

 p { color: rgb(58,75,110); }

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

background-color css

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

 a { background-color: rgb(58,75,110); }

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

border-color css

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

 span { border-color: rgb(58,75,110); }

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