Html Css Color HEX #330ABB Ultramarine

📋 copy color: '#330ABB'

red 51 ◦ green 10 ◦ blue 187

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

Shades of Ultramarine #330ABB

Tints of Ultramarine #330ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

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

R = 20.56%
G = 4.03%
B = 75.4%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#330ABB (or 0x330ABB) is known color: Ultramarine. HEX triplet: 33, 0A and BB. RGB value is (51,10,187). Sum of RGB (Red+Green+Blue) = 51+10+187=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #330ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ABB is #CCF544. Grayscale: #292929. Windows color (decimal): -13432133 or 12257843. OLE color: 12257843.

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

Color convert

RGB 51 10 187 -
CMYK 0.73 0.95 0 0.27
HSL 253.9º 0.9% 0.39% -
HSV(B) 253.9º 0.95% 0.73% -
XYZ 10.44 4.51 47.33 -
YUV 42.44 209.58 134.11 -
System Red Green Blue C M Y K H S L
Decimal 51 10 187 0.73 0.95 0 0.27 253.9 0.9 0.39
Hex 33 A BB 49 5F 0 1B FE 5A 27
Octal 63 12 273 111 137 0 33 376 132 47
Binary 110011 1010 10111011 1001001 1011111 0 11011 11111110 1011010 100111

Color Harmonies of #330ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330ABB

Black with #330ABB

Text Example


Text Example

White with #330ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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