Html Css Color HEX #3306AC Ultramarine

📋 copy color: '#3306AC'

red 51 ◦ green 6 ◦ blue 172

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

Shades of Ultramarine #3306AC

Tints of Ultramarine #3306AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 75.11%

R = 22.27%
G = 2.62%
B = 75.11%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3306AC (or 0x3306AC) is known color: Ultramarine. HEX triplet: 33, 06 and AC. RGB value is (51,6,172). Sum of RGB (Red+Green+Blue) = 51+6+172=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #3306AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3306AC is #CCF953. Grayscale: #252525. Windows color (decimal): -13433172 or 11273779. OLE color: 11273779.

HSL color Cylindrical-coordinate representation of color #3306AC: hue angle of 256.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3306AC is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 6 172 -
CMYK 0.70 0.97 0 0.33
HSL 256.27º 0.93% 0.35% -
HSV(B) 256.27º 0.97% 0.67% -
XYZ 8.88 3.81 39.3 -
YUV 38.38 203.41 137 -
System Red Green Blue C M Y K H S L
Decimal 51 6 172 0.70 0.97 0 0.33 256.27 0.93 0.35
Hex 33 6 AC 46 61 0 21 100 5D 23
Octal 63 6 254 106 141 0 41 400 135 43
Binary 110011 110 10101100 1000110 1100001 0 100001 100000000 1011101 100011

Color Harmonies of #3306AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306AC

Black with #3306AC

Text Example


Text Example

White with #3306AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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