Html Css Color HEX #3307AA Ultramarine

📋 copy color: '#3307AA'

red 51 ◦ green 7 ◦ blue 170

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

Shades of Ultramarine #3307AA

Tints of Ultramarine #3307AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 74.56%

R = 22.37%
G = 3.07%
B = 74.56%

CMYK

 C value IS 0.7

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3307AA (or 0x3307AA) is known color: Ultramarine. HEX triplet: 33, 07 and AA. RGB value is (51,7,170). Sum of RGB (Red+Green+Blue) = 51+7+170=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #3307AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3307AA is #CCF855. Grayscale: #262626. Windows color (decimal): -13432918 or 11142963. OLE color: 11142963.

HSL color Cylindrical-coordinate representation of color #3307AA: hue angle of 256.2º 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 #3307AA is Cyan = 0.7, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 7 170 -
CMYK 0.7 0.96 0 0.33
HSL 256.2º 0.92% 0.35% -
HSV(B) 256.2º 0.96% 0.67% -
XYZ 8.7 3.76 38.3 -
YUV 38.74 202.08 136.75 -
System Red Green Blue C M Y K H S L
Decimal 51 7 170 0.7 0.96 0 0.33 256.2 0.92 0.35
Hex 33 7 AA 46 60 0 21 100 5C 23
Octal 63 7 252 106 140 0 41 400 134 43
Binary 110011 111 10101010 1000110 1100000 0 100001 100000000 1011100 100011

Color Harmonies of #3307AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3307AA

Black with #3307AA

Text Example


Text Example

White with #3307AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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