Html Css Color HEX #3714AC Ultramarine

📋 copy color: '#3714AC'

red 55 ◦ green 20 ◦ blue 172

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

Shades of Ultramarine #3714AC

Tints of Ultramarine #3714AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 22.27%
G = 8.1%
B = 69.64%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3714AC (or 0x3714AC) is known color: Ultramarine. HEX triplet: 37, 14 and AC. RGB value is (55,20,172). Sum of RGB (Red+Green+Blue) = 55+20+172=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #3714AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3714AC is #C8EB53. Grayscale: #2F2F2F. Windows color (decimal): -13167444 or 11277367. OLE color: 11277367.

HSL color Cylindrical-coordinate representation of color #3714AC: hue angle of 253.82º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3714AC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 20 172 -
CMYK 0.68 0.88 0 0.33
HSL 253.82º 0.79% 0.38% -
HSV(B) 253.82º 0.88% 0.67% -
XYZ 9.27 4.29 39.37 -
YUV 47.79 198.1 133.14 -
System Red Green Blue C M Y K H S L
Decimal 55 20 172 0.68 0.88 0 0.33 253.82 0.79 0.38
Hex 37 14 AC 44 58 0 21 FE 4F 26
Octal 67 24 254 104 130 0 41 376 117 46
Binary 110111 10100 10101100 1000100 1011000 0 100001 11111110 1001111 100110

Color Harmonies of #3714AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3714AC

Black with #3714AC

Text Example


Text Example

White with #3714AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3714AC; }

 p { color: rgb(55,20,172); }

 H1.HeaderClassName
 {
   color: #3714AC;
 }
 .AnyTagClassName
 {
   color: #3714AC;
 }
</style>

background-color css

<style>
 a { background-color: #3714AC; }

 a { background-color: rgb(55,20,172); }

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

border-color css

<style>
 span { border-color: #3714AC; }

 span { border-color: rgb(55,20,172); }

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