Html Css Color HEX #3B7494 Astral

📋 copy color: '#3B7494'

red 59 ◦ green 116 ◦ blue 148

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

Shades of Astral #3B7494

Tints of Astral #3B7494

RGB

 RED value IS 59 (23.44% from 255) = 18.27%

 GREEN value IS 116 (45.7% from 255) = 35.91%

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 18.27%
G = 35.91%
B = 45.82%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B7494 (or 0x3B7494) is known color: Astral. HEX triplet: 3B, 74 and 94. RGB value is (59,116,148). Sum of RGB (Red+Green+Blue) = 59+116+148=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B7494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7494 is #C48B6B. Grayscale: #666666. Windows color (decimal): -12880748 or 9729083. OLE color: 9729083.

HSL color Cylindrical-coordinate representation of color #3B7494: hue angle of 201.57º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B7494 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 116 148 -
CMYK 0.60 0.22 0 0.42
HSL 201.57º 0.43% 0.41% -
HSV(B) 201.57º 0.6% 0.58% -
XYZ 13.39 15.56 30.31 -
YUV 102.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 59 116 148 0.60 0.22 0 0.42 201.57 0.43 0.41
Hex 3B 74 94 3C 16 0 2A CA 2B 29
Octal 73 164 224 74 26 0 52 312 53 51
Binary 111011 1110100 10010100 111100 10110 0 101010 11001010 101011 101001

Color Harmonies of #3B7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7494

Black with #3B7494

Text Example


Text Example

White with #3B7494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,148); }

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

background-color css

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

 a { background-color: rgb(59,116,148); }

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

border-color css

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

 span { border-color: rgb(59,116,148); }

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