Html Css Color HEX #3D6F94 Astral

📋 copy color: '#3D6F94'

red 61 ◦ green 111 ◦ blue 148

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

Shades of Astral #3D6F94

Tints of Astral #3D6F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 19.06%
G = 34.69%
B = 46.25%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D6F94 (or 0x3D6F94) is known color: Astral. HEX triplet: 3D, 6F and 94. RGB value is (61,111,148). Sum of RGB (Red+Green+Blue) = 61+111+148=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D6F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6F94 is #C2906B. Grayscale: #646464. Windows color (decimal): -12750956 or 9727805. OLE color: 9727805.

HSL color Cylindrical-coordinate representation of color #3D6F94: hue angle of 205.52º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D6F94 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 111 148 -
CMYK 0.59 0.25 0 0.42
HSL 205.52º 0.42% 0.41% -
HSV(B) 205.52º 0.59% 0.58% -
XYZ 12.95 14.5 30.13 -
YUV 100.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 61 111 148 0.59 0.25 0 0.42 205.52 0.42 0.41
Hex 3D 6F 94 3B 19 0 2A CE 2A 29
Octal 75 157 224 73 31 0 52 316 52 51
Binary 111101 1101111 10010100 111011 11001 0 101010 11001110 101010 101001

Color Harmonies of #3D6F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6F94

Black with #3D6F94

Text Example


Text Example

White with #3D6F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,111,148); }

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

background-color css

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

 a { background-color: rgb(61,111,148); }

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

border-color css

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

 span { border-color: rgb(61,111,148); }

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