Html Css Color HEX #3304B5 Ultramarine

📋 copy color: '#3304B5'

red 51 ◦ green 4 ◦ blue 181

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

Shades of Ultramarine #3304B5

Tints of Ultramarine #3304B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 76.69%

R = 21.61%
G = 1.69%
B = 76.69%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3304B5 (or 0x3304B5) is known color: Ultramarine. HEX triplet: 33, 04 and B5. RGB value is (51,4,181). Sum of RGB (Red+Green+Blue) = 51+4+181=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 181 (71.09% from 255 or 76.69% from 236); Max value from RGB is 181 - color contains mainly: blue. Hex color #3304B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304B5 is #CCFB4A. Grayscale: #252525. Windows color (decimal): -13433675 or 11863091. OLE color: 11863091.

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

Color convert

RGB 51 4 181 -
CMYK 0.72 0.98 0 0.29
HSL 255.93º 0.96% 0.36% -
HSV(B) 255.93º 0.98% 0.71% -
XYZ 9.75 4.13 44 -
YUV 38.23 208.57 137.11 -
System Red Green Blue C M Y K H S L
Decimal 51 4 181 0.72 0.98 0 0.29 255.93 0.96 0.36
Hex 33 4 B5 48 62 0 1D 100 60 24
Octal 63 4 265 110 142 0 35 400 140 44
Binary 110011 100 10110101 1001000 1100010 0 11101 100000000 1100000 100100

Color Harmonies of #3304B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304B5

Black with #3304B5

Text Example


Text Example

White with #3304B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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