Html Css Color HEX #330EB8 Ultramarine

📋 copy color: '#330EB8'

red 51 ◦ green 14 ◦ blue 184

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

Shades of Ultramarine #330EB8

Tints of Ultramarine #330EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 73.9%

R = 20.48%
G = 5.62%
B = 73.9%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#330EB8 (or 0x330EB8) is known color: Ultramarine. HEX triplet: 33, 0E and B8. RGB value is (51,14,184). Sum of RGB (Red+Green+Blue) = 51+14+184=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 184 (72.27% from 255 or 73.90% from 249); Max value from RGB is 184 - color contains mainly: blue. Hex color #330EB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330EB8 is #CCF147. Grayscale: #2B2B2B. Windows color (decimal): -13431112 or 12062259. OLE color: 12062259.

HSL color Cylindrical-coordinate representation of color #330EB8: hue angle of 253.06º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330EB8 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 14 184 -
CMYK 0.72 0.92 0 0.28
HSL 253.06º 0.86% 0.39% -
HSV(B) 253.06º 0.92% 0.72% -
XYZ 10.17 4.48 45.68 -
YUV 44.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 51 14 184 0.72 0.92 0 0.28 253.06 0.86 0.39
Hex 33 E B8 48 5C 0 1C FD 56 27
Octal 63 16 270 110 134 0 34 375 126 47
Binary 110011 1110 10111000 1001000 1011100 0 11100 11111101 1010110 100111

Color Harmonies of #330EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EB8

Black with #330EB8

Text Example


Text Example

White with #330EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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