Html Css Color HEX #39669F Mariner

📋 copy color: '#39669F'

red 57 ◦ green 102 ◦ blue 159

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

Shades of Mariner #39669F

Tints of Mariner #39669F

RGB

 RED value IS 57 (22.66% from 255) = 17.92%

 GREEN value IS 102 (40.23% from 255) = 32.08%

 BLUE value IS 159 (62.5% from 255) = 50%

R = 17.92%
G = 32.08%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39669F (or 0x39669F) is known color: Mariner. HEX triplet: 39, 66 and 9F. RGB value is (57,102,159). Sum of RGB (Red+Green+Blue) = 57+102+159=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #39669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39669F is #C69960. Grayscale: #5E5E5E. Windows color (decimal): -13015393 or 10446393. OLE color: 10446393.

HSL color Cylindrical-coordinate representation of color #39669F: hue angle of 213.53º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39669F is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 102 159 -
CMYK 0.64 0.36 0 0.38
HSL 213.53º 0.47% 0.42% -
HSV(B) 213.53º 0.64% 0.62% -
XYZ 12.7 12.88 34.62 -
YUV 95.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 57 102 159 0.64 0.36 0 0.38 213.53 0.47 0.42
Hex 39 66 9F 40 24 0 26 D6 2F 2A
Octal 71 146 237 100 44 0 46 326 57 52
Binary 111001 1100110 10011111 1000000 100100 0 100110 11010110 101111 101010

Color Harmonies of #39669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39669F

Black with #39669F

Text Example


Text Example

White with #39669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39669F; }

 p { color: rgb(57,102,159); }

 H1.HeaderClassName
 {
   color: #39669F;
 }
 .AnyTagClassName
 {
   color: #39669F;
 }
</style>

background-color css

<style>
 a { background-color: #39669F; }

 a { background-color: rgb(57,102,159); }

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

border-color css

<style>
 span { border-color: #39669F; }

 span { border-color: rgb(57,102,159); }

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