Html Css Color HEX #3E5274 Astronaut

📋 copy color: '#3E5274'

red 62 ◦ green 82 ◦ blue 116

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

Shades of Astronaut #3E5274

Tints of Astronaut #3E5274

RGB

 RED value IS 62 (24.61% from 255) = 23.85%

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 23.85%
G = 31.54%
B = 44.62%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E5274 (or 0x3E5274) is known color: Astronaut. HEX triplet: 3E, 52 and 74. RGB value is (62,82,116). Sum of RGB (Red+Green+Blue) = 62+82+116=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E5274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5274 is #C1AD8B. Grayscale: #4F4F4F. Windows color (decimal): -12692876 or 7623230. OLE color: 7623230.

HSL color Cylindrical-coordinate representation of color #3E5274: hue angle of 217.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E5274 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 82 116 -
CMYK 0.47 0.29 0 0.55
HSL 217.78º 0.3% 0.35% -
HSV(B) 217.78º 0.47% 0.45% -
XYZ 8.16 8.32 17.7 -
YUV 79.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 62 82 116 0.47 0.29 0 0.55 217.78 0.3 0.35
Hex 3E 52 74 2F 1D 0 37 DA 1E 23
Octal 76 122 164 57 35 0 67 332 36 43
Binary 111110 1010010 1110100 101111 11101 0 110111 11011010 11110 100011

Color Harmonies of #3E5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5274

Black with #3E5274

Text Example


Text Example

White with #3E5274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,82,116); }

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

background-color css

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

 a { background-color: rgb(62,82,116); }

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

border-color css

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

 span { border-color: rgb(62,82,116); }

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