Html Css Color HEX #330BBB Ultramarine

📋 copy color: '#330BBB'

red 51 ◦ green 11 ◦ blue 187

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

Shades of Ultramarine #330BBB

Tints of Ultramarine #330BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 20.48%
G = 4.42%
B = 75.1%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#330BBB (or 0x330BBB) is known color: Ultramarine. HEX triplet: 33, 0B and BB. RGB value is (51,11,187). Sum of RGB (Red+Green+Blue) = 51+11+187=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #330BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BBB is #CCF444. Grayscale: #2A2A2A. Windows color (decimal): -13431877 or 12258099. OLE color: 12258099.

HSL color Cylindrical-coordinate representation of color #330BBB: hue angle of 253.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330BBB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 11 187 -
CMYK 0.73 0.94 0 0.27
HSL 253.64º 0.89% 0.39% -
HSV(B) 253.64º 0.94% 0.73% -
XYZ 10.45 4.53 47.34 -
YUV 43.02 209.25 133.69 -
System Red Green Blue C M Y K H S L
Decimal 51 11 187 0.73 0.94 0 0.27 253.64 0.89 0.39
Hex 33 B BB 49 5E 0 1B FE 59 27
Octal 63 13 273 111 136 0 33 376 131 47
Binary 110011 1011 10111011 1001001 1011110 0 11011 11111110 1011001 100111

Color Harmonies of #330BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BBB

Black with #330BBB

Text Example


Text Example

White with #330BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,11,187); }

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

background-color css

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

 a { background-color: rgb(51,11,187); }

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

border-color css

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

 span { border-color: rgb(51,11,187); }

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