Html Css Color HEX #3307AE Ultramarine

📋 copy color: '#3307AE'

red 51 ◦ green 7 ◦ blue 174

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

Shades of Ultramarine #3307AE

Tints of Ultramarine #3307AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 75%

R = 21.98%
G = 3.02%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3307AE (or 0x3307AE) is known color: Ultramarine. HEX triplet: 33, 07 and AE. RGB value is (51,7,174). Sum of RGB (Red+Green+Blue) = 51+7+174=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #3307AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3307AE is #CCF851. Grayscale: #262626. Windows color (decimal): -13432914 or 11405107. OLE color: 11405107.

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

Color convert

RGB 51 7 174 -
CMYK 0.71 0.96 0 0.32
HSL 255.81º 0.92% 0.35% -
HSV(B) 255.81º 0.96% 0.68% -
XYZ 9.08 3.91 40.32 -
YUV 39.19 204.08 136.42 -
System Red Green Blue C M Y K H S L
Decimal 51 7 174 0.71 0.96 0 0.32 255.81 0.92 0.35
Hex 33 7 AE 47 60 0 20 100 5C 23
Octal 63 7 256 107 140 0 40 400 134 43
Binary 110011 111 10101110 1000111 1100000 0 100000 100000000 1011100 100011

Color Harmonies of #3307AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3307AE

Black with #3307AE

Text Example


Text Example

White with #3307AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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