Html Css Color HEX #3314AA Ultramarine

📋 copy color: '#3314AA'

red 51 ◦ green 20 ◦ blue 170

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

Shades of Ultramarine #3314AA

Tints of Ultramarine #3314AA

RGB

 RED value IS 51 (20.31% from 255) = 21.16%

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

 BLUE value IS 170 (66.8% from 255) = 70.54%

R = 21.16%
G = 8.3%
B = 70.54%

CMYK

 C value IS 0.7

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3314AA (or 0x3314AA) is known color: Ultramarine. HEX triplet: 33, 14 and AA. RGB value is (51,20,170). Sum of RGB (Red+Green+Blue) = 51+20+170=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3314AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3314AA is #CCEB55. Grayscale: #2D2D2D. Windows color (decimal): -13429590 or 11146291. OLE color: 11146291.

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

Color convert

RGB 51 20 170 -
CMYK 0.7 0.88 0 0.33
HSL 252.4º 0.79% 0.37% -
HSV(B) 252.4º 0.88% 0.67% -
XYZ 8.87 4.11 38.36 -
YUV 46.37 197.77 131.3 -
System Red Green Blue C M Y K H S L
Decimal 51 20 170 0.7 0.88 0 0.33 252.4 0.79 0.37
Hex 33 14 AA 46 58 0 21 FC 4F 25
Octal 63 24 252 106 130 0 41 374 117 45
Binary 110011 10100 10101010 1000110 1011000 0 100001 11111100 1001111 100101

Color Harmonies of #3314AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314AA

Black with #3314AA

Text Example


Text Example

White with #3314AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3314AA; }

 p { color: rgb(51,20,170); }

 H1.HeaderClassName
 {
   color: #3314AA;
 }
 .AnyTagClassName
 {
   color: #3314AA;
 }
</style>

background-color css

<style>
 a { background-color: #3314AA; }

 a { background-color: rgb(51,20,170); }

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

border-color css

<style>
 span { border-color: #3314AA; }

 span { border-color: rgb(51,20,170); }

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