Html Css Color HEX #3812AD Ultramarine

📋 copy color: '#3812AD'

red 56 ◦ green 18 ◦ blue 173

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

Shades of Ultramarine #3812AD

Tints of Ultramarine #3812AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 22.67%
G = 7.29%
B = 70.04%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3812AD (or 0x3812AD) is known color: Ultramarine. HEX triplet: 38, 12 and AD. RGB value is (56,18,173). Sum of RGB (Red+Green+Blue) = 56+18+173=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3812AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3812AD is #C7ED52. Grayscale: #2E2E2E. Windows color (decimal): -13102419 or 11342392. OLE color: 11342392.

HSL color Cylindrical-coordinate representation of color #3812AD: hue angle of 254.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3812AD is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 18 173 -
CMYK 0.68 0.90 0 0.32
HSL 254.71º 0.81% 0.37% -
HSV(B) 254.71º 0.9% 0.68% -
XYZ 9.39 4.29 39.87 -
YUV 47.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 56 18 173 0.68 0.90 0 0.32 254.71 0.81 0.37
Hex 38 12 AD 44 5A 0 20 FF 51 25
Octal 70 22 255 104 132 0 40 377 121 45
Binary 111000 10010 10101101 1000100 1011010 0 100000 11111111 1010001 100101

Color Harmonies of #3812AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3812AD

Black with #3812AD

Text Example


Text Example

White with #3812AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3812AD; }

 p { color: rgb(56,18,173); }

 H1.HeaderClassName
 {
   color: #3812AD;
 }
 .AnyTagClassName
 {
   color: #3812AD;
 }
</style>

background-color css

<style>
 a { background-color: #3812AD; }

 a { background-color: rgb(56,18,173); }

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

border-color css

<style>
 span { border-color: #3812AD; }

 span { border-color: rgb(56,18,173); }

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