Html Css Color HEX #330EAC Ultramarine

📋 copy color: '#330EAC'

red 51 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #330EAC

Tints of Ultramarine #330EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.91%

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

R = 21.52%
G = 5.91%
B = 72.57%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#330EAC (or 0x330EAC) is known color: Ultramarine. HEX triplet: 33, 0E and AC. RGB value is (51,14,172). Sum of RGB (Red+Green+Blue) = 51+14+172=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #330EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330EAC is #CCF153. Grayscale: #2A2A2A. Windows color (decimal): -13431124 or 11275827. OLE color: 11275827.

HSL color Cylindrical-coordinate representation of color #330EAC: hue angle of 254.05º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330EAC is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 14 172 -
CMYK 0.70 0.92 0 0.33
HSL 254.05º 0.85% 0.36% -
HSV(B) 254.05º 0.92% 0.67% -
XYZ 8.97 4 39.33 -
YUV 43.08 200.76 133.65 -
System Red Green Blue C M Y K H S L
Decimal 51 14 172 0.70 0.92 0 0.33 254.05 0.85 0.36
Hex 33 E AC 46 5C 0 21 FE 55 24
Octal 63 16 254 106 134 0 41 376 125 44
Binary 110011 1110 10101100 1000110 1011100 0 100001 11111110 1010101 100100

Color Harmonies of #330EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EAC

Black with #330EAC

Text Example


Text Example

White with #330EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330EAC; }

 p { color: rgb(51,14,172); }

 H1.HeaderClassName
 {
   color: #330EAC;
 }
 .AnyTagClassName
 {
   color: #330EAC;
 }
</style>

background-color css

<style>
 a { background-color: #330EAC; }

 a { background-color: rgb(51,14,172); }

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

border-color css

<style>
 span { border-color: #330EAC; }

 span { border-color: rgb(51,14,172); }

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