Html Css Color HEX #38639B Mariner

📋 copy color: '#38639B'

red 56 ◦ green 99 ◦ blue 155

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

Shades of Mariner #38639B

Tints of Mariner #38639B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50%

R = 18.06%
G = 31.94%
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

#38639B (or 0x38639B) is known color: Mariner. HEX triplet: 38, 63 and 9B. RGB value is (56,99,155). Sum of RGB (Red+Green+Blue) = 56+99+155=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #38639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38639B is #C79C64. Grayscale: #5C5C5C. Windows color (decimal): -13081701 or 10183480. OLE color: 10183480.

HSL color Cylindrical-coordinate representation of color #38639B: hue angle of 213.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38639B is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 99 155 -
CMYK 0.64 0.36 0 0.39
HSL 213.94º 0.47% 0.41% -
HSV(B) 213.94º 0.64% 0.61% -
XYZ 12.01 12.13 32.72 -
YUV 92.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 56 99 155 0.64 0.36 0 0.39 213.94 0.47 0.41
Hex 38 63 9B 40 24 0 27 D6 2F 29
Octal 70 143 233 100 44 0 47 326 57 51
Binary 111000 1100011 10011011 1000000 100100 0 100111 11010110 101111 101001

Color Harmonies of #38639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38639B

Black with #38639B

Text Example


Text Example

White with #38639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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