Html Css Color HEX #330BAD Ultramarine

📋 copy color: '#330BAD'

red 51 ◦ green 11 ◦ blue 173

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

Shades of Ultramarine #330BAD

Tints of Ultramarine #330BAD

RGB

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

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

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

R = 21.7%
G = 4.68%
B = 73.62%

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

#330BAD (or 0x330BAD) is known color: Ultramarine. HEX triplet: 33, 0B and AD. RGB value is (51,11,173). Sum of RGB (Red+Green+Blue) = 51+11+173=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #330BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330BAD is #CCF452. Grayscale: #282828. Windows color (decimal): -13431891 or 11340595. OLE color: 11340595.

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

Color convert

RGB 51 11 173 -
CMYK 0.71 0.94 0 0.32
HSL 254.81º 0.88% 0.36% -
HSV(B) 254.81º 0.94% 0.68% -
XYZ 9.03 3.96 39.82 -
YUV 41.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 51 11 173 0.71 0.94 0 0.32 254.81 0.88 0.36
Hex 33 B AD 47 5E 0 20 FF 58 24
Octal 63 13 255 107 136 0 40 377 130 44
Binary 110011 1011 10101101 1000111 1011110 0 100000 11111111 1011000 100100

Color Harmonies of #330BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BAD

Black with #330BAD

Text Example


Text Example

White with #330BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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