Html Css Color HEX #38599B Mariner

📋 copy color: '#38599B'

red 56 ◦ green 89 ◦ blue 155

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

Shades of Mariner #38599B

Tints of Mariner #38599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 18.67%
G = 29.67%
B = 51.67%

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

#38599B (or 0x38599B) is known color: Mariner. HEX triplet: 38, 59 and 9B. RGB value is (56,89,155). Sum of RGB (Red+Green+Blue) = 56+89+155=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #38599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38599B is #C7A664. Grayscale: #565656. Windows color (decimal): -13084261 or 10180920. OLE color: 10180920.

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

Color convert

RGB 56 89 155 -
CMYK 0.64 0.43 0 0.39
HSL 220º 0.47% 0.41% -
HSV(B) 220º 0.64% 0.61% -
XYZ 11.12 10.35 32.42 -
YUV 86.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 56 89 155 0.64 0.43 0 0.39 220 0.47 0.41
Hex 38 59 9B 40 2B 0 27 DC 2F 29
Octal 70 131 233 100 53 0 47 334 57 51
Binary 111000 1011001 10011011 1000000 101011 0 100111 11011100 101111 101001

Color Harmonies of #38599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38599B

Black with #38599B

Text Example


Text Example

White with #38599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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