Html Css Color HEX #330CBB Ultramarine

📋 copy color: '#330CBB'

red 51 ◦ green 12 ◦ blue 187

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

Shades of Ultramarine #330CBB

Tints of Ultramarine #330CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 20.4%
G = 4.8%
B = 74.8%

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

#330CBB (or 0x330CBB) is known color: Ultramarine. HEX triplet: 33, 0C and BB. RGB value is (51,12,187). Sum of RGB (Red+Green+Blue) = 51+12+187=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #330CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CBB is #CCF344. Grayscale: #2A2A2A. Windows color (decimal): -13431621 or 12258355. OLE color: 12258355.

HSL color Cylindrical-coordinate representation of color #330CBB: hue angle of 253.37º degrees, saturation: 0.88, 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 #330CBB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 12 187 -
CMYK 0.73 0.94 0 0.27
HSL 253.37º 0.88% 0.39% -
HSV(B) 253.37º 0.94% 0.73% -
XYZ 10.47 4.55 47.34 -
YUV 43.61 208.92 133.27 -
System Red Green Blue C M Y K H S L
Decimal 51 12 187 0.73 0.94 0 0.27 253.37 0.88 0.39
Hex 33 C BB 49 5E 0 1B FD 58 27
Octal 63 14 273 111 136 0 33 375 130 47
Binary 110011 1100 10111011 1001001 1011110 0 11011 11111101 1011000 100111

Color Harmonies of #330CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CBB

Black with #330CBB

Text Example


Text Example

White with #330CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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