Html Css Color HEX #3B658B Astral

📋 copy color: '#3B658B'

red 59 ◦ green 101 ◦ blue 139

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

Shades of Astral #3B658B

Tints of Astral #3B658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 19.73%
G = 33.78%
B = 46.49%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B658B (or 0x3B658B) is known color: Astral. HEX triplet: 3B, 65 and 8B. RGB value is (59,101,139). Sum of RGB (Red+Green+Blue) = 59+101+139=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B658B is #C49A74. Grayscale: #5C5C5C. Windows color (decimal): -12884597 or 9135419. OLE color: 9135419.

HSL color Cylindrical-coordinate representation of color #3B658B: hue angle of 208.5º degrees, saturation: 0.4, 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 #3B658B is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 101 139 -
CMYK 0.58 0.27 0 0.45
HSL 208.5º 0.4% 0.39% -
HSV(B) 208.5º 0.58% 0.55% -
XYZ 11.12 12.1 26.18 -
YUV 92.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 59 101 139 0.58 0.27 0 0.45 208.5 0.4 0.39
Hex 3B 65 8B 3A 1B 0 2D D0 28 27
Octal 73 145 213 72 33 0 55 320 50 47
Binary 111011 1100101 10001011 111010 11011 0 101101 11010000 101000 100111

Color Harmonies of #3B658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B658B

Black with #3B658B

Text Example


Text Example

White with #3B658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,101,139); }

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

background-color css

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

 a { background-color: rgb(59,101,139); }

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

border-color css

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

 span { border-color: rgb(59,101,139); }

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