Html Css Color HEX #3B7194 Astral

📋 copy color: '#3B7194'

red 59 ◦ green 113 ◦ blue 148

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

Shades of Astral #3B7194

Tints of Astral #3B7194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 18.44%
G = 35.31%
B = 46.25%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B7194 (or 0x3B7194) is known color: Astral. HEX triplet: 3B, 71 and 94. RGB value is (59,113,148). Sum of RGB (Red+Green+Blue) = 59+113+148=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B7194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7194 is #C48E6B. Grayscale: #646464. Windows color (decimal): -12881516 or 9728315. OLE color: 9728315.

HSL color Cylindrical-coordinate representation of color #3B7194: hue angle of 203.6º 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 #3B7194 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 113 148 -
CMYK 0.60 0.24 0 0.42
HSL 203.6º 0.43% 0.41% -
HSV(B) 203.6º 0.6% 0.58% -
XYZ 13.05 14.88 30.2 -
YUV 100.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 59 113 148 0.60 0.24 0 0.42 203.6 0.43 0.41
Hex 3B 71 94 3C 18 0 2A CC 2B 29
Octal 73 161 224 74 30 0 52 314 53 51
Binary 111011 1110001 10010100 111100 11000 0 101010 11001100 101011 101001

Color Harmonies of #3B7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7194

Black with #3B7194

Text Example


Text Example

White with #3B7194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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