Html Css Color HEX #330AB8 Ultramarine

📋 copy color: '#330AB8'

red 51 ◦ green 10 ◦ blue 184

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

Shades of Ultramarine #330AB8

Tints of Ultramarine #330AB8

RGB

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

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

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

R = 20.82%
G = 4.08%
B = 75.1%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#330AB8 (or 0x330AB8) is known color: Ultramarine. HEX triplet: 33, 0A and B8. RGB value is (51,10,184). Sum of RGB (Red+Green+Blue) = 51+10+184=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 184 (72.27% from 255 or 75.10% from 245); Max value from RGB is 184 - color contains mainly: blue. Hex color #330AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330AB8 is #CCF547. Grayscale: #292929. Windows color (decimal): -13432136 or 12061235. OLE color: 12061235.

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

Color convert

RGB 51 10 184 -
CMYK 0.72 0.95 0 0.28
HSL 254.14º 0.9% 0.38% -
HSV(B) 254.14º 0.95% 0.72% -
XYZ 10.13 4.38 45.66 -
YUV 42.1 208.08 134.35 -
System Red Green Blue C M Y K H S L
Decimal 51 10 184 0.72 0.95 0 0.28 254.14 0.9 0.38
Hex 33 A B8 48 5F 0 1C FE 5A 26
Octal 63 12 270 110 137 0 34 376 132 46
Binary 110011 1010 10111000 1001000 1011111 0 11100 11111110 1011010 100110

Color Harmonies of #330AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AB8

Black with #330AB8

Text Example


Text Example

White with #330AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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