Html Css Color HEX #3300BA Ultramarine

📋 copy color: '#3300BA'

red 51 ◦ green 0 ◦ blue 186

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

Shades of Ultramarine #3300BA

Tints of Ultramarine #3300BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 78.48%

R = 21.52%
G = 0%
B = 78.48%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3300BA (or 0x3300BA) is known color: Ultramarine. HEX triplet: 33, 00 and BA. RGB value is (51,0,186). Sum of RGB (Red+Green+Blue) = 51+0+186=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #3300BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300BA is #CCFF45. Grayscale: #232323. Windows color (decimal): -13434694 or 12189747. OLE color: 12189747.

HSL color Cylindrical-coordinate representation of color #3300BA: hue angle of 256.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300BA is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 0 186 -
CMYK 0.73 1 0 0.27
HSL 256.45º 1% 0.36% -
HSV(B) 256.45º 1% 0.73% -
XYZ 10.23 4.25 46.74 -
YUV 36.45 212.4 138.38 -
System Red Green Blue C M Y K H S L
Decimal 51 0 186 0.73 1 0 0.27 256.45 1 0.36
Hex 33 0 BA 49 64 0 1B 100 64 24
Octal 63 0 272 111 144 0 33 400 144 44
Binary 110011 0 10111010 1001001 1100100 0 11011 100000000 1100100 100100

Color Harmonies of #3300BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300BA

Black with #3300BA

Text Example


Text Example

White with #3300BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3300BA; }

 p { color: rgb(51,0,186); }

 H1.HeaderClassName
 {
   color: #3300BA;
 }
 .AnyTagClassName
 {
   color: #3300BA;
 }
</style>

background-color css

<style>
 a { background-color: #3300BA; }

 a { background-color: rgb(51,0,186); }

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

border-color css

<style>
 span { border-color: #3300BA; }

 span { border-color: rgb(51,0,186); }

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