Html Css Color HEX #330BAE Ultramarine

📋 copy color: '#330BAE'

red 51 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #330BAE

Tints of Ultramarine #330BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.66%

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

R = 21.61%
G = 4.66%
B = 73.73%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#330BAE (or 0x330BAE) is known color: Ultramarine. HEX triplet: 33, 0B and AE. RGB value is (51,11,174). Sum of RGB (Red+Green+Blue) = 51+11+174=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #330BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330BAE is #CCF451. Grayscale: #282828. Windows color (decimal): -13431890 or 11406131. OLE color: 11406131.

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

Color convert

RGB 51 11 174 -
CMYK 0.71 0.94 0 0.32
HSL 254.72º 0.88% 0.36% -
HSV(B) 254.72º 0.94% 0.68% -
XYZ 9.12 4 40.34 -
YUV 41.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 51 11 174 0.71 0.94 0 0.32 254.72 0.88 0.36
Hex 33 B AE 47 5E 0 20 FF 58 24
Octal 63 13 256 107 136 0 40 377 130 44
Binary 110011 1011 10101110 1000111 1011110 0 100000 11111111 1011000 100100

Color Harmonies of #330BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BAE

Black with #330BAE

Text Example


Text Example

White with #330BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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