Html Css Color HEX #3306BA Ultramarine

📋 copy color: '#3306BA'

red 51 ◦ green 6 ◦ blue 186

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

Shades of Ultramarine #3306BA

Tints of Ultramarine #3306BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 20.99%
G = 2.47%
B = 76.54%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3306BA (or 0x3306BA) is known color: Ultramarine. HEX triplet: 33, 06 and BA. RGB value is (51,6,186). Sum of RGB (Red+Green+Blue) = 51+6+186=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #3306BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3306BA is #CCF945. Grayscale: #272727. Windows color (decimal): -13433158 or 12191283. OLE color: 12191283.

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

Color convert

RGB 51 6 186 -
CMYK 0.73 0.97 0 0.27
HSL 255º 0.94% 0.38% -
HSV(B) 255º 0.97% 0.73% -
XYZ 10.29 4.38 46.76 -
YUV 39.98 210.41 135.86 -
System Red Green Blue C M Y K H S L
Decimal 51 6 186 0.73 0.97 0 0.27 255 0.94 0.38
Hex 33 6 BA 49 61 0 1B FF 5E 26
Octal 63 6 272 111 141 0 33 377 136 46
Binary 110011 110 10111010 1001001 1100001 0 11011 11111111 1011110 100110

Color Harmonies of #3306BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306BA

Black with #3306BA

Text Example


Text Example

White with #3306BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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