Html Css Color HEX #3B718F Astral

📋 copy color: '#3B718F'

red 59 ◦ green 113 ◦ blue 143

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

Shades of Astral #3B718F

Tints of Astral #3B718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 18.73%
G = 35.87%
B = 45.4%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B718F (or 0x3B718F) is known color: Astral. HEX triplet: 3B, 71 and 8F. RGB value is (59,113,143). Sum of RGB (Red+Green+Blue) = 59+113+143=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B718F is #C48E70. Grayscale: #646464. Windows color (decimal): -12881521 or 9400635. OLE color: 9400635.

HSL color Cylindrical-coordinate representation of color #3B718F: hue angle of 201.43º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B718F is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 113 143 -
CMYK 0.59 0.21 0 0.44
HSL 201.43º 0.42% 0.4% -
HSV(B) 201.43º 0.59% 0.56% -
XYZ 12.67 14.72 28.16 -
YUV 100.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 59 113 143 0.59 0.21 0 0.44 201.43 0.42 0.4
Hex 3B 71 8F 3B 15 0 2C C9 2A 28
Octal 73 161 217 73 25 0 54 311 52 50
Binary 111011 1110001 10001111 111011 10101 0 101100 11001001 101010 101000

Color Harmonies of #3B718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B718F

Black with #3B718F

Text Example


Text Example

White with #3B718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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