Html Css Color HEX #330FAE Ultramarine

📋 copy color: '#330FAE'

red 51 ◦ green 15 ◦ blue 174

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

Shades of Ultramarine #330FAE

Tints of Ultramarine #330FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.5%

R = 21.25%
G = 6.25%
B = 72.5%

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

#330FAE (or 0x330FAE) is known color: Ultramarine. HEX triplet: 33, 0F and AE. RGB value is (51,15,174). Sum of RGB (Red+Green+Blue) = 51+15+174=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #330FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330FAE is #CCF051. Grayscale: #2B2B2B. Windows color (decimal): -13430866 or 11407155. OLE color: 11407155.

HSL color Cylindrical-coordinate representation of color #330FAE: hue angle of 253.58º 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 #330FAE is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 15 174 -
CMYK 0.71 0.91 0 0.32
HSL 253.58º 0.84% 0.37% -
HSV(B) 253.58º 0.91% 0.68% -
XYZ 9.18 4.1 40.35 -
YUV 43.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 51 15 174 0.71 0.91 0 0.32 253.58 0.84 0.37
Hex 33 F AE 47 5B 0 20 FE 54 25
Octal 63 17 256 107 133 0 40 376 124 45
Binary 110011 1111 10101110 1000111 1011011 0 100000 11111110 1010100 100101

Color Harmonies of #330FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FAE

Black with #330FAE

Text Example


Text Example

White with #330FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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