Html Css Color HEX #330FAD Ultramarine

📋 copy color: '#330FAD'

red 51 ◦ green 15 ◦ blue 173

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

Shades of Ultramarine #330FAD

Tints of Ultramarine #330FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

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

R = 21.34%
G = 6.28%
B = 72.38%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#330FAD (or 0x330FAD) is known color: Ultramarine. HEX triplet: 33, 0F and AD. RGB value is (51,15,173). Sum of RGB (Red+Green+Blue) = 51+15+173=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #330FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FAD is #CCF052. Grayscale: #2B2B2B. Windows color (decimal): -13430867 or 11341619. OLE color: 11341619.

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

Color convert

RGB 51 15 173 -
CMYK 0.71 0.91 0 0.32
HSL 253.67º 0.84% 0.37% -
HSV(B) 253.67º 0.91% 0.68% -
XYZ 9.08 4.06 39.84 -
YUV 43.78 200.93 133.15 -
System Red Green Blue C M Y K H S L
Decimal 51 15 173 0.71 0.91 0 0.32 253.67 0.84 0.37
Hex 33 F AD 47 5B 0 20 FE 54 25
Octal 63 17 255 107 133 0 40 376 124 45
Binary 110011 1111 10101101 1000111 1011011 0 100000 11111110 1010100 100101

Color Harmonies of #330FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FAD

Black with #330FAD

Text Example


Text Example

White with #330FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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