Html Css Color HEX #3B708C Astral

📋 copy color: '#3B708C'

red 59 ◦ green 112 ◦ blue 140

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

Shades of Astral #3B708C

Tints of Astral #3B708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 18.97%
G = 36.01%
B = 45.02%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B708C (or 0x3B708C) is known color: Astral. HEX triplet: 3B, 70 and 8C. RGB value is (59,112,140). Sum of RGB (Red+Green+Blue) = 59+112+140=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B708C is #C48F73. Grayscale: #636363. Windows color (decimal): -12881780 or 9203771. OLE color: 9203771.

HSL color Cylindrical-coordinate representation of color #3B708C: hue angle of 200.74º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B708C is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 112 140 -
CMYK 0.58 0.20 0 0.45
HSL 200.74º 0.41% 0.39% -
HSV(B) 200.74º 0.58% 0.55% -
XYZ 12.33 14.41 26.94 -
YUV 99.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 59 112 140 0.58 0.20 0 0.45 200.74 0.41 0.39
Hex 3B 70 8C 3A 14 0 2D C9 29 27
Octal 73 160 214 72 24 0 55 311 51 47
Binary 111011 1110000 10001100 111010 10100 0 101101 11001001 101001 100111

Color Harmonies of #3B708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B708C

Black with #3B708C

Text Example


Text Example

White with #3B708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,140); }

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

background-color css

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

 a { background-color: rgb(59,112,140); }

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

border-color css

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

 span { border-color: rgb(59,112,140); }

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