Html Css Color HEX #330FB8 Ultramarine

📋 copy color: '#330FB8'

red 51 ◦ green 15 ◦ blue 184

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

Shades of Ultramarine #330FB8

Tints of Ultramarine #330FB8

RGB

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

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

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

R = 20.4%
G = 6%
B = 73.6%

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

#330FB8 (or 0x330FB8) is known color: Ultramarine. HEX triplet: 33, 0F and B8. RGB value is (51,15,184). Sum of RGB (Red+Green+Blue) = 51+15+184=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 184 (72.27% from 255 or 73.6% from 250); Max value from RGB is 184 - color contains mainly: blue. Hex color #330FB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FB8 is #CCF047. Grayscale: #2C2C2C. Windows color (decimal): -13430856 or 12062515. OLE color: 12062515.

HSL color Cylindrical-coordinate representation of color #330FB8: hue angle of 252.78º degrees, saturation: 0.85, 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 #330FB8 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 15 184 -
CMYK 0.72 0.92 0 0.28
HSL 252.78º 0.85% 0.39% -
HSV(B) 252.78º 0.92% 0.72% -
XYZ 10.19 4.51 45.68 -
YUV 45.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 51 15 184 0.72 0.92 0 0.28 252.78 0.85 0.39
Hex 33 F B8 48 5C 0 1C FD 55 27
Octal 63 17 270 110 134 0 34 375 125 47
Binary 110011 1111 10111000 1001000 1011100 0 11100 11111101 1010101 100111

Color Harmonies of #330FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FB8

Black with #330FB8

Text Example


Text Example

White with #330FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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