Html Css Color HEX #3A4B76 Astronaut

📋 copy color: '#3A4B76'

red 58 ◦ green 75 ◦ blue 118

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

Shades of Astronaut #3A4B76

Tints of Astronaut #3A4B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 23.11%
G = 29.88%
B = 47.01%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A4B76 (or 0x3A4B76) is known color: Astronaut. HEX triplet: 3A, 4B and 76. RGB value is (58,75,118). Sum of RGB (Red+Green+Blue) = 58+75+118=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A4B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4B76 is #C5B489. Grayscale: #4A4A4A. Windows color (decimal): -12956810 or 7752506. OLE color: 7752506.

HSL color Cylindrical-coordinate representation of color #3A4B76: hue angle of 223º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A4B76 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 75 118 -
CMYK 0.51 0.36 0 0.54
HSL 223º 0.34% 0.35% -
HSV(B) 223º 0.51% 0.46% -
XYZ 7.53 7.24 18.14 -
YUV 74.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 58 75 118 0.51 0.36 0 0.54 223 0.34 0.35
Hex 3A 4B 76 33 24 0 36 DF 22 23
Octal 72 113 166 63 44 0 66 337 42 43
Binary 111010 1001011 1110110 110011 100100 0 110110 11011111 100010 100011

Color Harmonies of #3A4B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4B76

Black with #3A4B76

Text Example


Text Example

White with #3A4B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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