Html Css Color HEX #3D68B7 Mariner

📋 copy color: '#3D68B7'

red 61 ◦ green 104 ◦ blue 183

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

Shades of Mariner #3D68B7

Tints of Mariner #3D68B7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 183 (71.88% from 255) = 52.59%

R = 17.53%
G = 29.89%
B = 52.59%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3D68B7 (or 0x3D68B7) is known color: Mariner. HEX triplet: 3D, 68 and B7. RGB value is (61,104,183). Sum of RGB (Red+Green+Blue) = 61+104+183=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #3D68B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D68B7 is #C29748. Grayscale: #636363. Windows color (decimal): -12752713 or 12019773. OLE color: 12019773.

HSL color Cylindrical-coordinate representation of color #3D68B7: hue angle of 218.85º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D68B7 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 104 183 -
CMYK 0.67 0.43 0 0.28
HSL 218.85º 0.5% 0.48% -
HSV(B) 218.85º 0.67% 0.72% -
XYZ 15.42 14.31 46.75 -
YUV 100.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 61 104 183 0.67 0.43 0 0.28 218.85 0.5 0.48
Hex 3D 68 B7 43 2B 0 1C DB 32 30
Octal 75 150 267 103 53 0 34 333 62 60
Binary 111101 1101000 10110111 1000011 101011 0 11100 11011011 110010 110000

Color Harmonies of #3D68B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D68B7

Black with #3D68B7

Text Example


Text Example

White with #3D68B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,104,183); }

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

background-color css

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

 a { background-color: rgb(61,104,183); }

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

border-color css

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

 span { border-color: rgb(61,104,183); }

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