Html Css Color HEX #3B698D Astral

📋 copy color: '#3B698D'

red 59 ◦ green 105 ◦ blue 141

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

Shades of Astral #3B698D

Tints of Astral #3B698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 19.34%
G = 34.43%
B = 46.23%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B698D (or 0x3B698D) is known color: Astral. HEX triplet: 3B, 69 and 8D. RGB value is (59,105,141). Sum of RGB (Red+Green+Blue) = 59+105+141=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B698D is #C49672. Grayscale: #5F5F5F. Windows color (decimal): -12883571 or 9267515. OLE color: 9267515.

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

Color convert

RGB 59 105 141 -
CMYK 0.58 0.26 0 0.45
HSL 206.34º 0.41% 0.39% -
HSV(B) 206.34º 0.58% 0.55% -
XYZ 11.66 12.96 27.09 -
YUV 95.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 59 105 141 0.58 0.26 0 0.45 206.34 0.41 0.39
Hex 3B 69 8D 3A 1A 0 2D CE 29 27
Octal 73 151 215 72 32 0 55 316 51 47
Binary 111011 1101001 10001101 111010 11010 0 101101 11001110 101001 100111

Color Harmonies of #3B698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B698D

Black with #3B698D

Text Example


Text Example

White with #3B698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,105,141); }

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

background-color css

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

 a { background-color: rgb(59,105,141); }

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

border-color css

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

 span { border-color: rgb(59,105,141); }

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