Html Css Color HEX #38569D Mariner

📋 copy color: '#38569D'

red 56 ◦ green 86 ◦ blue 157

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

Shades of Mariner #38569D

Tints of Mariner #38569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 18.73%
G = 28.76%
B = 52.51%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38569D (or 0x38569D) is known color: Mariner. HEX triplet: 38, 56 and 9D. RGB value is (56,86,157). Sum of RGB (Red+Green+Blue) = 56+86+157=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #38569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38569D is #C7A962. Grayscale: #545454. Windows color (decimal): -13085027 or 10311224. OLE color: 10311224.

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

Color convert

RGB 56 86 157 -
CMYK 0.64 0.45 0 0.38
HSL 222.18º 0.47% 0.42% -
HSV(B) 222.18º 0.64% 0.62% -
XYZ 11.04 9.93 33.23 -
YUV 85.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 56 86 157 0.64 0.45 0 0.38 222.18 0.47 0.42
Hex 38 56 9D 40 2D 0 26 DE 2F 2A
Octal 70 126 235 100 55 0 46 336 57 52
Binary 111000 1010110 10011101 1000000 101101 0 100110 11011110 101111 101010

Color Harmonies of #38569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38569D

Black with #38569D

Text Example


Text Example

White with #38569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38569D; }

 p { color: rgb(56,86,157); }

 H1.HeaderClassName
 {
   color: #38569D;
 }
 .AnyTagClassName
 {
   color: #38569D;
 }
</style>

background-color css

<style>
 a { background-color: #38569D; }

 a { background-color: rgb(56,86,157); }

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

border-color css

<style>
 span { border-color: #38569D; }

 span { border-color: rgb(56,86,157); }

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