Html Css Color HEX #3304B9 Ultramarine

📋 copy color: '#3304B9'

red 51 ◦ green 4 ◦ blue 185

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

Shades of Ultramarine #3304B9

Tints of Ultramarine #3304B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 77.08%

R = 21.25%
G = 1.67%
B = 77.08%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3304B9 (or 0x3304B9) is known color: Ultramarine. HEX triplet: 33, 04 and B9. RGB value is (51,4,185). Sum of RGB (Red+Green+Blue) = 51+4+185=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 185 (72.66% from 255 or 77.08% from 240); Max value from RGB is 185 - color contains mainly: blue. Hex color #3304B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304B9 is #CCFB46. Grayscale: #262626. Windows color (decimal): -13433671 or 12125235. OLE color: 12125235.

HSL color Cylindrical-coordinate representation of color #3304B9: hue angle of 255.58º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304B9 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 4 185 -
CMYK 0.72 0.98 0 0.27
HSL 255.58º 0.96% 0.37% -
HSV(B) 255.58º 0.98% 0.73% -
XYZ 10.17 4.29 46.19 -
YUV 38.69 210.57 136.78 -
System Red Green Blue C M Y K H S L
Decimal 51 4 185 0.72 0.98 0 0.27 255.58 0.96 0.37
Hex 33 4 B9 48 62 0 1B 100 60 25
Octal 63 4 271 110 142 0 33 400 140 45
Binary 110011 100 10111001 1001000 1100010 0 11011 100000000 1100000 100101

Color Harmonies of #3304B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304B9

Black with #3304B9

Text Example


Text Example

White with #3304B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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