Html Css Color HEX #38639C Mariner

📋 copy color: '#38639C'

red 56 ◦ green 99 ◦ blue 156

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

Shades of Mariner #38639C

Tints of Mariner #38639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

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

R = 18.01%
G = 31.83%
B = 50.16%

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

#38639C (or 0x38639C) is known color: Mariner. HEX triplet: 38, 63 and 9C. RGB value is (56,99,156). Sum of RGB (Red+Green+Blue) = 56+99+156=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #38639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38639C is #C79C63. Grayscale: #5C5C5C. Windows color (decimal): -13081700 or 10249016. OLE color: 10249016.

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

Color convert

RGB 56 99 156 -
CMYK 0.64 0.37 0 0.39
HSL 214.2º 0.47% 0.42% -
HSV(B) 214.2º 0.64% 0.61% -
XYZ 12.09 12.16 33.16 -
YUV 92.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 56 99 156 0.64 0.37 0 0.39 214.2 0.47 0.42
Hex 38 63 9C 40 25 0 27 D6 2F 2A
Octal 70 143 234 100 45 0 47 326 57 52
Binary 111000 1100011 10011100 1000000 100101 0 100111 11010110 101111 101010

Color Harmonies of #38639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38639C

Black with #38639C

Text Example


Text Example

White with #38639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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