Html Css Color HEX #38629C Mariner

📋 copy color: '#38629C'

red 56 ◦ green 98 ◦ blue 156

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

Shades of Mariner #38629C

Tints of Mariner #38629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

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

R = 18.06%
G = 31.61%
B = 50.32%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38629C (or 0x38629C) is known color: Mariner. HEX triplet: 38, 62 and 9C. RGB value is (56,98,156). Sum of RGB (Red+Green+Blue) = 56+98+156=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #38629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38629C is #C79D63. Grayscale: #5B5B5B. Windows color (decimal): -13081956 or 10248760. OLE color: 10248760.

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

Color convert

RGB 56 98 156 -
CMYK 0.64 0.37 0 0.39
HSL 214.8º 0.47% 0.42% -
HSV(B) 214.8º 0.64% 0.61% -
XYZ 12 11.98 33.13 -
YUV 92.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 56 98 156 0.64 0.37 0 0.39 214.8 0.47 0.42
Hex 38 62 9C 40 25 0 27 D7 2F 2A
Octal 70 142 234 100 45 0 47 327 57 52
Binary 111000 1100010 10011100 1000000 100101 0 100111 11010111 101111 101010

Color Harmonies of #38629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38629C

Black with #38629C

Text Example


Text Example

White with #38629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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