Html Css Color HEX #38559B Mariner

📋 copy color: '#38559B'

red 56 ◦ green 85 ◦ blue 155

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

Shades of Mariner #38559B

Tints of Mariner #38559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 18.92%
G = 28.72%
B = 52.36%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38559B (or 0x38559B) is known color: Mariner. HEX triplet: 38, 55 and 9B. RGB value is (56,85,155). Sum of RGB (Red+Green+Blue) = 56+85+155=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #38559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38559B is #C7AA64. Grayscale: #545454. Windows color (decimal): -13085285 or 10179896. OLE color: 10179896.

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

Color convert

RGB 56 85 155 -
CMYK 0.64 0.45 0 0.39
HSL 222.42º 0.47% 0.41% -
HSV(B) 222.42º 0.64% 0.61% -
XYZ 10.8 9.7 32.31 -
YUV 84.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 56 85 155 0.64 0.45 0 0.39 222.42 0.47 0.41
Hex 38 55 9B 40 2D 0 27 DE 2F 29
Octal 70 125 233 100 55 0 47 336 57 51
Binary 111000 1010101 10011011 1000000 101101 0 100111 11011110 101111 101001

Color Harmonies of #38559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38559B

Black with #38559B

Text Example


Text Example

White with #38559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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