Html Css Color HEX #38649C Mariner

📋 copy color: '#38649C'

red 56 ◦ green 100 ◦ blue 156

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

Shades of Mariner #38649C

Tints of Mariner #38649C

RGB

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

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

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

R = 17.95%
G = 32.05%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38649C (or 0x38649C) is known color: Mariner. HEX triplet: 38, 64 and 9C. RGB value is (56,100,156). Sum of RGB (Red+Green+Blue) = 56+100+156=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #38649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38649C is #C79B63. Grayscale: #5C5C5C. Windows color (decimal): -13081444 or 10249272. OLE color: 10249272.

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

Color convert

RGB 56 100 156 -
CMYK 0.64 0.36 0 0.39
HSL 213.6º 0.47% 0.42% -
HSV(B) 213.6º 0.64% 0.61% -
XYZ 12.19 12.36 33.19 -
YUV 93.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 56 100 156 0.64 0.36 0 0.39 213.6 0.47 0.42
Hex 38 64 9C 40 24 0 27 D6 2F 2A
Octal 70 144 234 100 44 0 47 326 57 52
Binary 111000 1100100 10011100 1000000 100100 0 100111 11010110 101111 101010

Color Harmonies of #38649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38649C

Black with #38649C

Text Example


Text Example

White with #38649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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