Html Css Color HEX #330DAD Ultramarine

📋 copy color: '#330DAD'

red 51 ◦ green 13 ◦ blue 173

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

Shades of Ultramarine #330DAD

Tints of Ultramarine #330DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73%

R = 21.52%
G = 5.49%
B = 73%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#330DAD (or 0x330DAD) is known color: Ultramarine. HEX triplet: 33, 0D and AD. RGB value is (51,13,173). Sum of RGB (Red+Green+Blue) = 51+13+173=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #330DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330DAD is #CCF252. Grayscale: #2A2A2A. Windows color (decimal): -13431379 or 11341107. OLE color: 11341107.

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

Color convert

RGB 51 13 173 -
CMYK 0.71 0.92 0 0.32
HSL 254.25º 0.86% 0.36% -
HSV(B) 254.25º 0.92% 0.68% -
XYZ 9.05 4.01 39.83 -
YUV 42.6 201.59 133.99 -
System Red Green Blue C M Y K H S L
Decimal 51 13 173 0.71 0.92 0 0.32 254.25 0.86 0.36
Hex 33 D AD 47 5C 0 20 FE 56 24
Octal 63 15 255 107 134 0 40 376 126 44
Binary 110011 1101 10101101 1000111 1011100 0 100000 11111110 1010110 100100

Color Harmonies of #330DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DAD

Black with #330DAD

Text Example


Text Example

White with #330DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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