Html Css Color HEX #330FAC Ultramarine

📋 copy color: '#330FAC'

red 51 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #330FAC

Tints of Ultramarine #330FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 72.27%

R = 21.43%
G = 6.3%
B = 72.27%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#330FAC (or 0x330FAC) is known color: Ultramarine. HEX triplet: 33, 0F and AC. RGB value is (51,15,172). Sum of RGB (Red+Green+Blue) = 51+15+172=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #330FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FAC is #CCF053. Grayscale: #2B2B2B. Windows color (decimal): -13430868 or 11276083. OLE color: 11276083.

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

Color convert

RGB 51 15 172 -
CMYK 0.70 0.91 0 0.33
HSL 253.76º 0.84% 0.37% -
HSV(B) 253.76º 0.91% 0.67% -
XYZ 8.98 4.02 39.33 -
YUV 43.66 200.43 133.23 -
System Red Green Blue C M Y K H S L
Decimal 51 15 172 0.70 0.91 0 0.33 253.76 0.84 0.37
Hex 33 F AC 46 5B 0 21 FE 54 25
Octal 63 17 254 106 133 0 41 376 124 45
Binary 110011 1111 10101100 1000110 1011011 0 100001 11111110 1010100 100101

Color Harmonies of #330FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FAC

Black with #330FAC

Text Example


Text Example

White with #330FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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