Html Css Color HEX #330BAC Ultramarine

📋 copy color: '#330BAC'

red 51 ◦ green 11 ◦ blue 172

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

Shades of Ultramarine #330BAC

Tints of Ultramarine #330BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 73.5%

R = 21.79%
G = 4.7%
B = 73.5%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#330BAC (or 0x330BAC) is known color: Ultramarine. HEX triplet: 33, 0B and AC. RGB value is (51,11,172). Sum of RGB (Red+Green+Blue) = 51+11+172=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #330BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330BAC is #CCF453. Grayscale: #282828. Windows color (decimal): -13431892 or 11275059. OLE color: 11275059.

HSL color Cylindrical-coordinate representation of color #330BAC: hue angle of 254.91º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330BAC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 11 172 -
CMYK 0.70 0.94 0 0.33
HSL 254.91º 0.88% 0.36% -
HSV(B) 254.91º 0.94% 0.67% -
XYZ 8.93 3.92 39.32 -
YUV 41.31 201.75 134.91 -
System Red Green Blue C M Y K H S L
Decimal 51 11 172 0.70 0.94 0 0.33 254.91 0.88 0.36
Hex 33 B AC 46 5E 0 21 FF 58 24
Octal 63 13 254 106 136 0 41 377 130 44
Binary 110011 1011 10101100 1000110 1011110 0 100001 11111111 1011000 100100

Color Harmonies of #330BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BAC

Black with #330BAC

Text Example


Text Example

White with #330BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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