Html Css Color HEX #3D69B4 Mariner

📋 copy color: '#3D69B4'

red 61 ◦ green 105 ◦ blue 180

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

Shades of Mariner #3D69B4

Tints of Mariner #3D69B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.02%

R = 17.63%
G = 30.35%
B = 52.02%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3D69B4 (or 0x3D69B4) is known color: Mariner. HEX triplet: 3D, 69 and B4. RGB value is (61,105,180). Sum of RGB (Red+Green+Blue) = 61+105+180=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D69B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D69B4 is #C2964B. Grayscale: #646464. Windows color (decimal): -12752460 or 11823421. OLE color: 11823421.

HSL color Cylindrical-coordinate representation of color #3D69B4: hue angle of 217.82º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D69B4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 105 180 -
CMYK 0.66 0.42 0 0.29
HSL 217.82º 0.49% 0.47% -
HSV(B) 217.82º 0.66% 0.71% -
XYZ 15.21 14.39 45.16 -
YUV 100.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 61 105 180 0.66 0.42 0 0.29 217.82 0.49 0.47
Hex 3D 69 B4 42 2A 0 1D DA 31 2F
Octal 75 151 264 102 52 0 35 332 61 57
Binary 111101 1101001 10110100 1000010 101010 0 11101 11011010 110001 101111

Color Harmonies of #3D69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D69B4

Black with #3D69B4

Text Example


Text Example

White with #3D69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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