Html Css Color HEX #3D6C90 Astral

📋 copy color: '#3D6C90'

red 61 ◦ green 108 ◦ blue 144

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

Shades of Astral #3D6C90

Tints of Astral #3D6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 19.49%
G = 34.5%
B = 46.01%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D6C90 (or 0x3D6C90) is known color: Astral. HEX triplet: 3D, 6C and 90. RGB value is (61,108,144). Sum of RGB (Red+Green+Blue) = 61+108+144=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D6C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6C90 is #C2936F. Grayscale: #616161. Windows color (decimal): -12751728 or 9464893. OLE color: 9464893.

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

Color convert

RGB 61 108 144 -
CMYK 0.58 0.25 0 0.44
HSL 206.02º 0.4% 0.4% -
HSV(B) 206.02º 0.58% 0.56% -
XYZ 12.32 13.73 28.39 -
YUV 98.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 61 108 144 0.58 0.25 0 0.44 206.02 0.4 0.4
Hex 3D 6C 90 3A 19 0 2C CE 28 28
Octal 75 154 220 72 31 0 54 316 50 50
Binary 111101 1101100 10010000 111010 11001 0 101100 11001110 101000 101000

Color Harmonies of #3D6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6C90

Black with #3D6C90

Text Example


Text Example

White with #3D6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,108,144); }

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

background-color css

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

 a { background-color: rgb(61,108,144); }

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

border-color css

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

 span { border-color: rgb(61,108,144); }

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