Html Css Color HEX #38569B Mariner

📋 copy color: '#38569B'

red 56 ◦ green 86 ◦ blue 155

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

Shades of Mariner #38569B

Tints of Mariner #38569B

RGB

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

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

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

R = 18.86%
G = 28.96%
B = 52.19%

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

#38569B (or 0x38569B) is known color: Mariner. HEX triplet: 38, 56 and 9B. RGB value is (56,86,155). Sum of RGB (Red+Green+Blue) = 56+86+155=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #38569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38569B is #C7A964. Grayscale: #545454. Windows color (decimal): -13085029 or 10180152. OLE color: 10180152.

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

Color convert

RGB 56 86 155 -
CMYK 0.64 0.45 0 0.39
HSL 221.82º 0.47% 0.41% -
HSV(B) 221.82º 0.64% 0.61% -
XYZ 10.88 9.86 32.34 -
YUV 84.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 56 86 155 0.64 0.45 0 0.39 221.82 0.47 0.41
Hex 38 56 9B 40 2D 0 27 DE 2F 29
Octal 70 126 233 100 55 0 47 336 57 51
Binary 111000 1010110 10011011 1000000 101101 0 100111 11011110 101111 101001

Color Harmonies of #38569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38569B

Black with #38569B

Text Example


Text Example

White with #38569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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