Html Css Color HEX #38609C Mariner

📋 copy color: '#38609C'

red 56 ◦ green 96 ◦ blue 156

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

Shades of Mariner #38609C

Tints of Mariner #38609C

RGB

 RED value IS 56 (22.27% from 255) = 18.18%

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

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

R = 18.18%
G = 31.17%
B = 50.65%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38609C (or 0x38609C) is known color: Mariner. HEX triplet: 38, 60 and 9C. RGB value is (56,96,156). Sum of RGB (Red+Green+Blue) = 56+96+156=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #38609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38609C is #C79F63. Grayscale: #5A5A5A. Windows color (decimal): -13082468 or 10248248. OLE color: 10248248.

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

Color convert

RGB 56 96 156 -
CMYK 0.64 0.38 0 0.39
HSL 216º 0.47% 0.42% -
HSV(B) 216º 0.64% 0.61% -
XYZ 11.81 11.61 33.07 -
YUV 90.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 56 96 156 0.64 0.38 0 0.39 216 0.47 0.42
Hex 38 60 9C 40 26 0 27 D8 2F 2A
Octal 70 140 234 100 46 0 47 330 57 52
Binary 111000 1100000 10011100 1000000 100110 0 100111 11011000 101111 101010

Color Harmonies of #38609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38609C

Black with #38609C

Text Example


Text Example

White with #38609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38609C; }

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

 H1.HeaderClassName
 {
   color: #38609C;
 }
 .AnyTagClassName
 {
   color: #38609C;
 }
</style>

background-color css

<style>
 a { background-color: #38609C; }

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

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

border-color css

<style>
 span { border-color: #38609C; }

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

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