Html Css Color HEX #3B6785 Astral

📋 copy color: '#3B6785'

red 59 ◦ green 103 ◦ blue 133

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

Shades of Astral #3B6785

Tints of Astral #3B6785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 20%
G = 34.92%
B = 45.08%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3B6785 (or 0x3B6785) is known color: Astral. HEX triplet: 3B, 67 and 85. RGB value is (59,103,133). Sum of RGB (Red+Green+Blue) = 59+103+133=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B6785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6785 is #C4987A. Grayscale: #5D5D5D. Windows color (decimal): -12884091 or 8742715. OLE color: 8742715.

HSL color Cylindrical-coordinate representation of color #3B6785: hue angle of 204.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B6785 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 103 133 -
CMYK 0.56 0.23 0 0.48
HSL 204.32º 0.39% 0.38% -
HSV(B) 204.32º 0.56% 0.52% -
XYZ 10.89 12.32 24 -
YUV 93.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 59 103 133 0.56 0.23 0 0.48 204.32 0.39 0.38
Hex 3B 67 85 38 17 0 30 CC 27 26
Octal 73 147 205 70 27 0 60 314 47 46
Binary 111011 1100111 10000101 111000 10111 0 110000 11001100 100111 100110

Color Harmonies of #3B6785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6785

Black with #3B6785

Text Example


Text Example

White with #3B6785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,103,133); }

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

background-color css

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

 a { background-color: rgb(59,103,133); }

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

border-color css

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

 span { border-color: rgb(59,103,133); }

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