Html Css Color HEX #3307AC Ultramarine

📋 copy color: '#3307AC'

red 51 ◦ green 7 ◦ blue 172

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

Shades of Ultramarine #3307AC

Tints of Ultramarine #3307AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 22.17%
G = 3.04%
B = 74.78%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3307AC (or 0x3307AC) is known color: Ultramarine. HEX triplet: 33, 07 and AC. RGB value is (51,7,172). Sum of RGB (Red+Green+Blue) = 51+7+172=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #3307AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3307AC is #CCF853. Grayscale: #262626. Windows color (decimal): -13432916 or 11274035. OLE color: 11274035.

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

Color convert

RGB 51 7 172 -
CMYK 0.70 0.96 0 0.33
HSL 256º 0.92% 0.35% -
HSV(B) 256º 0.96% 0.67% -
XYZ 8.89 3.83 39.3 -
YUV 38.97 203.08 136.58 -
System Red Green Blue C M Y K H S L
Decimal 51 7 172 0.70 0.96 0 0.33 256 0.92 0.35
Hex 33 7 AC 46 60 0 21 100 5C 23
Octal 63 7 254 106 140 0 41 400 134 43
Binary 110011 111 10101100 1000110 1100000 0 100001 100000000 1011100 100011

Color Harmonies of #3307AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3307AC

Black with #3307AC

Text Example


Text Example

White with #3307AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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