Html Css Color HEX #3712AF Ultramarine

📋 copy color: '#3712AF'

red 55 ◦ green 18 ◦ blue 175

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

Shades of Ultramarine #3712AF

Tints of Ultramarine #3712AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 70.56%

R = 22.18%
G = 7.26%
B = 70.56%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3712AF (or 0x3712AF) is known color: Ultramarine. HEX triplet: 37, 12 and AF. RGB value is (55,18,175). Sum of RGB (Red+Green+Blue) = 55+18+175=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #3712AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3712AF is #C8ED50. Grayscale: #2E2E2E. Windows color (decimal): -13167953 or 11473463. OLE color: 11473463.

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

Color convert

RGB 55 18 175 -
CMYK 0.69 0.90 0 0.31
HSL 254.14º 0.81% 0.38% -
HSV(B) 254.14º 0.9% 0.69% -
XYZ 9.53 4.34 40.89 -
YUV 46.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 55 18 175 0.69 0.90 0 0.31 254.14 0.81 0.38
Hex 37 12 AF 45 5A 0 1F FE 51 26
Octal 67 22 257 105 132 0 37 376 121 46
Binary 110111 10010 10101111 1000101 1011010 0 11111 11111110 1010001 100110

Color Harmonies of #3712AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3712AF

Black with #3712AF

Text Example


Text Example

White with #3712AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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