Html Css Color HEX #38599C Mariner

📋 copy color: '#38599C'

red 56 ◦ green 89 ◦ blue 156

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

Shades of Mariner #38599C

Tints of Mariner #38599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 18.6%
G = 29.57%
B = 51.83%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38599C (or 0x38599C) is known color: Mariner. HEX triplet: 38, 59 and 9C. RGB value is (56,89,156). Sum of RGB (Red+Green+Blue) = 56+89+156=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #38599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38599C is #C7A663. Grayscale: #565656. Windows color (decimal): -13084260 or 10246456. OLE color: 10246456.

HSL color Cylindrical-coordinate representation of color #38599C: hue angle of 220.2º 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 #38599C is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 89 156 -
CMYK 0.64 0.43 0 0.39
HSL 220.2º 0.47% 0.42% -
HSV(B) 220.2º 0.64% 0.61% -
XYZ 11.2 10.39 32.87 -
YUV 86.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 56 89 156 0.64 0.43 0 0.39 220.2 0.47 0.42
Hex 38 59 9C 40 2B 0 27 DC 2F 2A
Octal 70 131 234 100 53 0 47 334 57 52
Binary 111000 1011001 10011100 1000000 101011 0 100111 11011100 101111 101010

Color Harmonies of #38599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38599C

Black with #38599C

Text Example


Text Example

White with #38599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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