Html Css Color HEX #3B687E Astral

📋 copy color: '#3B687E'

red 59 ◦ green 104 ◦ blue 126

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

Shades of Astral #3B687E

Tints of Astral #3B687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 20.42%
G = 35.99%
B = 43.6%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B687E (or 0x3B687E) is known color: Astral. HEX triplet: 3B, 68 and 7E. RGB value is (59,104,126). Sum of RGB (Red+Green+Blue) = 59+104+126=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B687E is #C49781. Grayscale: #5C5C5C. Windows color (decimal): -12883842 or 8284219. OLE color: 8284219.

HSL color Cylindrical-coordinate representation of color #3B687E: hue angle of 199.7º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B687E is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 104 126 -
CMYK 0.53 0.17 0 0.51
HSL 199.7º 0.36% 0.36% -
HSV(B) 199.7º 0.53% 0.49% -
XYZ 10.52 12.34 21.57 -
YUV 93.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 59 104 126 0.53 0.17 0 0.51 199.7 0.36 0.36
Hex 3B 68 7E 35 11 0 33 C8 24 24
Octal 73 150 176 65 21 0 63 310 44 44
Binary 111011 1101000 1111110 110101 10001 0 110011 11001000 100100 100100

Color Harmonies of #3B687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B687E

Black with #3B687E

Text Example


Text Example

White with #3B687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,104,126); }

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

background-color css

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

 a { background-color: rgb(59,104,126); }

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

border-color css

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

 span { border-color: rgb(59,104,126); }

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