Html Css Color HEX #390AAF Ultramarine

📋 copy color: '#390AAF'

red 57 ◦ green 10 ◦ blue 175

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

Shades of Ultramarine #390AAF

Tints of Ultramarine #390AAF

RGB

 RED value IS 57 (22.66% from 255) = 23.55%

 GREEN value IS 10 (4.3% from 255) = 4.13%

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

R = 23.55%
G = 4.13%
B = 72.31%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#390AAF (or 0x390AAF) is known color: Ultramarine. HEX triplet: 39, 0A and AF. RGB value is (57,10,175). Sum of RGB (Red+Green+Blue) = 57+10+175=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #390AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390AAF is #C6F550. Grayscale: #2A2A2A. Windows color (decimal): -13038929 or 11471417. OLE color: 11471417.

HSL color Cylindrical-coordinate representation of color #390AAF: hue angle of 257.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390AAF is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 10 175 -
CMYK 0.67 0.94 0 0.31
HSL 257.09º 0.89% 0.36% -
HSV(B) 257.09º 0.94% 0.69% -
XYZ 9.53 4.18 40.86 -
YUV 42.86 202.57 138.08 -
System Red Green Blue C M Y K H S L
Decimal 57 10 175 0.67 0.94 0 0.31 257.09 0.89 0.36
Hex 39 A AF 43 5E 0 1F 101 59 24
Octal 71 12 257 103 136 0 37 401 131 44
Binary 111001 1010 10101111 1000011 1011110 0 11111 100000001 1011001 100100

Color Harmonies of #390AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390AAF

Black with #390AAF

Text Example


Text Example

White with #390AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390AAF; }

 p { color: rgb(57,10,175); }

 H1.HeaderClassName
 {
   color: #390AAF;
 }
 .AnyTagClassName
 {
   color: #390AAF;
 }
</style>

background-color css

<style>
 a { background-color: #390AAF; }

 a { background-color: rgb(57,10,175); }

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

border-color css

<style>
 span { border-color: #390AAF; }

 span { border-color: rgb(57,10,175); }

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