Html Css Color HEX #3304AF Ultramarine

📋 copy color: '#3304AF'

red 51 ◦ green 4 ◦ blue 175

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

Shades of Ultramarine #3304AF

Tints of Ultramarine #3304AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 175 (68.75% from 255) = 76.09%

R = 22.17%
G = 1.74%
B = 76.09%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3304AF (or 0x3304AF) is known color: Ultramarine. HEX triplet: 33, 04 and AF. RGB value is (51,4,175). Sum of RGB (Red+Green+Blue) = 51+4+175=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 175 (68.75% from 255 or 76.09% from 230); Max value from RGB is 175 - color contains mainly: blue. Hex color #3304AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3304AF is #CCFB50. Grayscale: #242424. Windows color (decimal): -13433681 or 11469875. OLE color: 11469875.

HSL color Cylindrical-coordinate representation of color #3304AF: hue angle of 256.49º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304AF is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 4 175 -
CMYK 0.71 0.98 0 0.31
HSL 256.49º 0.96% 0.35% -
HSV(B) 256.49º 0.98% 0.69% -
XYZ 9.15 3.89 40.83 -
YUV 37.55 205.57 137.6 -
System Red Green Blue C M Y K H S L
Decimal 51 4 175 0.71 0.98 0 0.31 256.49 0.96 0.35
Hex 33 4 AF 47 62 0 1F 100 60 23
Octal 63 4 257 107 142 0 37 400 140 43
Binary 110011 100 10101111 1000111 1100010 0 11111 100000000 1100000 100011

Color Harmonies of #3304AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304AF

Black with #3304AF

Text Example


Text Example

White with #3304AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3304AF; }

 p { color: rgb(51,4,175); }

 H1.HeaderClassName
 {
   color: #3304AF;
 }
 .AnyTagClassName
 {
   color: #3304AF;
 }
</style>

background-color css

<style>
 a { background-color: #3304AF; }

 a { background-color: rgb(51,4,175); }

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

border-color css

<style>
 span { border-color: #3304AF; }

 span { border-color: rgb(51,4,175); }

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