Html Css Color HEX #330DAB Ultramarine

📋 copy color: '#330DAB'

red 51 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #330DAB

Tints of Ultramarine #330DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.53%

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 21.7%
G = 5.53%
B = 72.77%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#330DAB (or 0x330DAB) is known color: Ultramarine. HEX triplet: 33, 0D and AB. RGB value is (51,13,171). Sum of RGB (Red+Green+Blue) = 51+13+171=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #330DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330DAB is #CCF254. Grayscale: #292929. Windows color (decimal): -13431381 or 11210035. OLE color: 11210035.

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

Color convert

RGB 51 13 171 -
CMYK 0.70 0.92 0 0.33
HSL 254.43º 0.86% 0.36% -
HSV(B) 254.43º 0.92% 0.67% -
XYZ 8.86 3.93 38.82 -
YUV 42.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 51 13 171 0.70 0.92 0 0.33 254.43 0.86 0.36
Hex 33 D AB 46 5C 0 21 FE 56 24
Octal 63 15 253 106 134 0 41 376 126 44
Binary 110011 1101 10101011 1000110 1011100 0 100001 11111110 1010110 100100

Color Harmonies of #330DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DAB

Black with #330DAB

Text Example


Text Example

White with #330DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,171); }

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

background-color css

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

 a { background-color: rgb(51,13,171); }

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

border-color css

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

 span { border-color: rgb(51,13,171); }

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