Html Css Color HEX #330FAF Ultramarine

📋 copy color: '#330FAF'

red 51 ◦ green 15 ◦ blue 175

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

Shades of Ultramarine #330FAF

Tints of Ultramarine #330FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.61%

R = 21.16%
G = 6.22%
B = 72.61%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#330FAF (or 0x330FAF) is known color: Ultramarine. HEX triplet: 33, 0F and AF. RGB value is (51,15,175). Sum of RGB (Red+Green+Blue) = 51+15+175=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #330FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FAF is #CCF050. Grayscale: #2B2B2B. Windows color (decimal): -13430865 or 11472691. OLE color: 11472691.

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

Color convert

RGB 51 15 175 -
CMYK 0.71 0.91 0 0.31
HSL 253.5º 0.84% 0.37% -
HSV(B) 253.5º 0.91% 0.69% -
XYZ 9.27 4.14 40.87 -
YUV 44 201.93 132.99 -
System Red Green Blue C M Y K H S L
Decimal 51 15 175 0.71 0.91 0 0.31 253.5 0.84 0.37
Hex 33 F AF 47 5B 0 1F FE 54 25
Octal 63 17 257 107 133 0 37 376 124 45
Binary 110011 1111 10101111 1000111 1011011 0 11111 11111110 1010100 100101

Color Harmonies of #330FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FAF

Black with #330FAF

Text Example


Text Example

White with #330FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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