Html Css Color HEX #330FB3 Ultramarine

📋 copy color: '#330FB3'

red 51 ◦ green 15 ◦ blue 179

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

Shades of Ultramarine #330FB3

Tints of Ultramarine #330FB3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 179 (70.31% from 255) = 73.06%

R = 20.82%
G = 6.12%
B = 73.06%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#330FB3 (or 0x330FB3) is known color: Ultramarine. HEX triplet: 33, 0F and B3. RGB value is (51,15,179). Sum of RGB (Red+Green+Blue) = 51+15+179=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #330FB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FB3 is #CCF04C. Grayscale: #2B2B2B. Windows color (decimal): -13430861 or 11734835. OLE color: 11734835.

HSL color Cylindrical-coordinate representation of color #330FB3: hue angle of 253.17º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330FB3 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 15 179 -
CMYK 0.72 0.92 0 0.30
HSL 253.17º 0.85% 0.38% -
HSV(B) 253.17º 0.92% 0.7% -
XYZ 9.67 4.3 42.97 -
YUV 44.46 203.93 132.66 -
System Red Green Blue C M Y K H S L
Decimal 51 15 179 0.72 0.92 0 0.30 253.17 0.85 0.38
Hex 33 F B3 48 5C 0 1E FD 55 26
Octal 63 17 263 110 134 0 36 375 125 46
Binary 110011 1111 10110011 1001000 1011100 0 11110 11111101 1010101 100110

Color Harmonies of #330FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FB3

Black with #330FB3

Text Example


Text Example

White with #330FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,179); }

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

background-color css

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

 a { background-color: rgb(51,15,179); }

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

border-color css

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

 span { border-color: rgb(51,15,179); }

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