Html Css Color HEX #3314AB Ultramarine

📋 copy color: '#3314AB'

red 51 ◦ green 20 ◦ blue 171

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

Shades of Ultramarine #3314AB

Tints of Ultramarine #3314AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 21.07%
G = 8.26%
B = 70.66%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3314AB (or 0x3314AB) is known color: Ultramarine. HEX triplet: 33, 14 and AB. RGB value is (51,20,171). Sum of RGB (Red+Green+Blue) = 51+20+171=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #3314AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3314AB is #CCEB54. Grayscale: #2D2D2D. Windows color (decimal): -13429589 or 11211827. OLE color: 11211827.

HSL color Cylindrical-coordinate representation of color #3314AB: hue angle of 252.32º 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 #3314AB is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 20 171 -
CMYK 0.70 0.88 0 0.33
HSL 252.32º 0.79% 0.37% -
HSV(B) 252.32º 0.88% 0.67% -
XYZ 8.97 4.14 38.86 -
YUV 46.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 51 20 171 0.70 0.88 0 0.33 252.32 0.79 0.37
Hex 33 14 AB 46 58 0 21 FC 4F 25
Octal 63 24 253 106 130 0 41 374 117 45
Binary 110011 10100 10101011 1000110 1011000 0 100001 11111100 1001111 100101

Color Harmonies of #3314AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3314AB

Black with #3314AB

Text Example


Text Example

White with #3314AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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