Html Css Color HEX #3D698D Astral

📋 copy color: '#3D698D'

red 61 ◦ green 105 ◦ blue 141

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

Shades of Astral #3D698D

Tints of Astral #3D698D

RGB

 RED value IS 61 (24.22% from 255) = 19.87%

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

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

R = 19.87%
G = 34.2%
B = 45.93%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D698D (or 0x3D698D) is known color: Astral. HEX triplet: 3D, 69 and 8D. RGB value is (61,105,141). Sum of RGB (Red+Green+Blue) = 61+105+141=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D698D is #C29672. Grayscale: #5F5F5F. Windows color (decimal): -12752499 or 9267517. OLE color: 9267517.

HSL color Cylindrical-coordinate representation of color #3D698D: hue angle of 207º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D698D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 105 141 -
CMYK 0.57 0.26 0 0.45
HSL 207º 0.4% 0.4% -
HSV(B) 207º 0.57% 0.55% -
XYZ 11.78 13.02 27.09 -
YUV 95.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 61 105 141 0.57 0.26 0 0.45 207 0.4 0.4
Hex 3D 69 8D 39 1A 0 2D CF 28 28
Octal 75 151 215 71 32 0 55 317 50 50
Binary 111101 1101001 10001101 111001 11010 0 101101 11001111 101000 101000

Color Harmonies of #3D698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D698D

Black with #3D698D

Text Example


Text Example

White with #3D698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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