Html Css Color HEX #3B7195 Astral

📋 copy color: '#3B7195'

red 59 ◦ green 113 ◦ blue 149

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

Shades of Astral #3B7195

Tints of Astral #3B7195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.42%

R = 18.38%
G = 35.2%
B = 46.42%

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

#3B7195 (or 0x3B7195) is known color: Astral. HEX triplet: 3B, 71 and 95. RGB value is (59,113,149). Sum of RGB (Red+Green+Blue) = 59+113+149=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B7195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7195 is #C48E6A. Grayscale: #646464. Windows color (decimal): -12881515 or 9793851. OLE color: 9793851.

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

Color convert

RGB 59 113 149 -
CMYK 0.60 0.24 0 0.42
HSL 204º 0.43% 0.41% -
HSV(B) 204º 0.6% 0.58% -
XYZ 13.13 14.91 30.62 -
YUV 100.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 59 113 149 0.60 0.24 0 0.42 204 0.43 0.41
Hex 3B 71 95 3C 18 0 2A CC 2B 29
Octal 73 161 225 74 30 0 52 314 53 51
Binary 111011 1110001 10010101 111100 11000 0 101010 11001100 101011 101001

Color Harmonies of #3B7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7195

Black with #3B7195

Text Example


Text Example

White with #3B7195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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