Html Css Color HEX #38649A Mariner

📋 copy color: '#38649A'

red 56 ◦ green 100 ◦ blue 154

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

Shades of Mariner #38649A

Tints of Mariner #38649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 18.06%
G = 32.26%
B = 49.68%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38649A (or 0x38649A) is known color: Mariner. HEX triplet: 38, 64 and 9A. RGB value is (56,100,154). Sum of RGB (Red+Green+Blue) = 56+100+154=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #38649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38649A is #C79B65. Grayscale: #5C5C5C. Windows color (decimal): -13081446 or 10118200. OLE color: 10118200.

HSL color Cylindrical-coordinate representation of color #38649A: hue angle of 213.06º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38649A is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 100 154 -
CMYK 0.64 0.35 0 0.40
HSL 213.06º 0.47% 0.41% -
HSV(B) 213.06º 0.64% 0.6% -
XYZ 12.02 12.29 32.31 -
YUV 93 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 56 100 154 0.64 0.35 0 0.40 213.06 0.47 0.41
Hex 38 64 9A 40 23 0 28 D5 2F 29
Octal 70 144 232 100 43 0 50 325 57 51
Binary 111000 1100100 10011010 1000000 100011 0 101000 11010101 101111 101001

Color Harmonies of #38649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38649A

Black with #38649A

Text Example


Text Example

White with #38649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38649A; }

 p { color: rgb(56,100,154); }

 H1.HeaderClassName
 {
   color: #38649A;
 }
 .AnyTagClassName
 {
   color: #38649A;
 }
</style>

background-color css

<style>
 a { background-color: #38649A; }

 a { background-color: rgb(56,100,154); }

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

border-color css

<style>
 span { border-color: #38649A; }

 span { border-color: rgb(56,100,154); }

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