Html Css Color HEX #330FB4 Ultramarine

📋 copy color: '#330FB4'

red 51 ◦ green 15 ◦ blue 180

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

Shades of Ultramarine #330FB4

Tints of Ultramarine #330FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 73.17%

R = 20.73%
G = 6.1%
B = 73.17%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#330FB4 (or 0x330FB4) is known color: Ultramarine. HEX triplet: 33, 0F and B4. RGB value is (51,15,180). Sum of RGB (Red+Green+Blue) = 51+15+180=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #330FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FB4 is #CCF04B. Grayscale: #2B2B2B. Windows color (decimal): -13430860 or 11800371. OLE color: 11800371.

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

Color convert

RGB 51 15 180 -
CMYK 0.72 0.92 0 0.29
HSL 253.09º 0.85% 0.38% -
HSV(B) 253.09º 0.92% 0.71% -
XYZ 9.77 4.34 43.5 -
YUV 44.57 204.43 132.58 -
System Red Green Blue C M Y K H S L
Decimal 51 15 180 0.72 0.92 0 0.29 253.09 0.85 0.38
Hex 33 F B4 48 5C 0 1D FD 55 26
Octal 63 17 264 110 134 0 35 375 125 46
Binary 110011 1111 10110100 1001000 1011100 0 11101 11111101 1010101 100110

Color Harmonies of #330FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FB4

Black with #330FB4

Text Example


Text Example

White with #330FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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