Html Css Color HEX #3D609C Mariner

📋 copy color: '#3D609C'

red 61 ◦ green 96 ◦ blue 156

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

Shades of Mariner #3D609C

Tints of Mariner #3D609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 156 (61.33% from 255) = 49.84%

R = 19.49%
G = 30.67%
B = 49.84%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D609C (or 0x3D609C) is known color: Mariner. HEX triplet: 3D, 60 and 9C. RGB value is (61,96,156). Sum of RGB (Red+Green+Blue) = 61+96+156=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D609C is #C29F63. Grayscale: #5C5C5C. Windows color (decimal): -12754788 or 10248253. OLE color: 10248253.

HSL color Cylindrical-coordinate representation of color #3D609C: hue angle of 217.89º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D609C is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 96 156 -
CMYK 0.61 0.38 0 0.39
HSL 217.89º 0.44% 0.43% -
HSV(B) 217.89º 0.61% 0.61% -
XYZ 12.11 11.76 33.08 -
YUV 92.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 61 96 156 0.61 0.38 0 0.39 217.89 0.44 0.43
Hex 3D 60 9C 3D 26 0 27 DA 2C 2B
Octal 75 140 234 75 46 0 47 332 54 53
Binary 111101 1100000 10011100 111101 100110 0 100111 11011010 101100 101011

Color Harmonies of #3D609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D609C

Black with #3D609C

Text Example


Text Example

White with #3D609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,156); }

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

background-color css

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

 a { background-color: rgb(61,96,156); }

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

border-color css

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

 span { border-color: rgb(61,96,156); }

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