Html Css Color HEX #38539C Mariner

📋 copy color: '#38539C'

red 56 ◦ green 83 ◦ blue 156

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

Shades of Mariner #38539C

Tints of Mariner #38539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

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

R = 18.98%
G = 28.14%
B = 52.88%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38539C (or 0x38539C) is known color: Mariner. HEX triplet: 38, 53 and 9C. RGB value is (56,83,156). Sum of RGB (Red+Green+Blue) = 56+83+156=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #38539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38539C is #C7AC63. Grayscale: #525252. Windows color (decimal): -13085796 or 10244920. OLE color: 10244920.

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

Color convert

RGB 56 83 156 -
CMYK 0.64 0.47 0 0.39
HSL 223.8º 0.47% 0.42% -
HSV(B) 223.8º 0.64% 0.61% -
XYZ 10.72 9.43 32.71 -
YUV 83.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 56 83 156 0.64 0.47 0 0.39 223.8 0.47 0.42
Hex 38 53 9C 40 2F 0 27 E0 2F 2A
Octal 70 123 234 100 57 0 47 340 57 52
Binary 111000 1010011 10011100 1000000 101111 0 100111 11100000 101111 101010

Color Harmonies of #38539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38539C

Black with #38539C

Text Example


Text Example

White with #38539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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