Html Css Color HEX #3712AE Ultramarine

📋 copy color: '#3712AE'

red 55 ◦ green 18 ◦ blue 174

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

Shades of Ultramarine #3712AE

Tints of Ultramarine #3712AE

RGB

 RED value IS 55 (21.88% from 255) = 22.27%

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

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 22.27%
G = 7.29%
B = 70.45%

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

#3712AE (or 0x3712AE) is known color: Ultramarine. HEX triplet: 37, 12 and AE. RGB value is (55,18,174). Sum of RGB (Red+Green+Blue) = 55+18+174=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #3712AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3712AE is #C8ED51. Grayscale: #2E2E2E. Windows color (decimal): -13167954 or 11407927. OLE color: 11407927.

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

Color convert

RGB 55 18 174 -
CMYK 0.68 0.90 0 0.32
HSL 254.23º 0.81% 0.38% -
HSV(B) 254.23º 0.9% 0.68% -
XYZ 9.43 4.3 40.38 -
YUV 46.85 199.76 133.82 -
System Red Green Blue C M Y K H S L
Decimal 55 18 174 0.68 0.90 0 0.32 254.23 0.81 0.38
Hex 37 12 AE 44 5A 0 20 FE 51 26
Octal 67 22 256 104 132 0 40 376 121 46
Binary 110111 10010 10101110 1000100 1011010 0 100000 11111110 1010001 100110

Color Harmonies of #3712AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3712AE

Black with #3712AE

Text Example


Text Example

White with #3712AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3712AE; }

 p { color: rgb(55,18,174); }

 H1.HeaderClassName
 {
   color: #3712AE;
 }
 .AnyTagClassName
 {
   color: #3712AE;
 }
</style>

background-color css

<style>
 a { background-color: #3712AE; }

 a { background-color: rgb(55,18,174); }

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

border-color css

<style>
 span { border-color: #3712AE; }

 span { border-color: rgb(55,18,174); }

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