Html Css Color HEX #330EB0 Ultramarine

📋 copy color: '#330EB0'

red 51 ◦ green 14 ◦ blue 176

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

Shades of Ultramarine #330EB0

Tints of Ultramarine #330EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 73.03%

R = 21.16%
G = 5.81%
B = 73.03%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#330EB0 (or 0x330EB0) is known color: Ultramarine. HEX triplet: 33, 0E and B0. RGB value is (51,14,176). Sum of RGB (Red+Green+Blue) = 51+14+176=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #330EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330EB0 is #CCF14F. Grayscale: #2A2A2A. Windows color (decimal): -13431120 or 11537971. OLE color: 11537971.

HSL color Cylindrical-coordinate representation of color #330EB0: hue angle of 253.7º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330EB0 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 14 176 -
CMYK 0.71 0.92 0 0.31
HSL 253.7º 0.85% 0.37% -
HSV(B) 253.7º 0.92% 0.69% -
XYZ 9.36 4.15 41.38 -
YUV 43.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 51 14 176 0.71 0.92 0 0.31 253.7 0.85 0.37
Hex 33 E B0 47 5C 0 1F FE 55 25
Octal 63 16 260 107 134 0 37 376 125 45
Binary 110011 1110 10110000 1000111 1011100 0 11111 11111110 1010101 100101

Color Harmonies of #330EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EB0

Black with #330EB0

Text Example


Text Example

White with #330EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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