Html Css Color HEX #3304BB Ultramarine

📋 copy color: '#3304BB'

red 51 ◦ green 4 ◦ blue 187

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

Shades of Ultramarine #3304BB

Tints of Ultramarine #3304BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 77.27%

R = 21.07%
G = 1.65%
B = 77.27%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3304BB (or 0x3304BB) is known color: Ultramarine. HEX triplet: 33, 04 and BB. RGB value is (51,4,187). Sum of RGB (Red+Green+Blue) = 51+4+187=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #3304BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304BB is #CCFB44. Grayscale: #262626. Windows color (decimal): -13433669 or 12256307. OLE color: 12256307.

HSL color Cylindrical-coordinate representation of color #3304BB: hue angle of 255.41º 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 #3304BB is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 4 187 -
CMYK 0.73 0.98 0 0.27
HSL 255.41º 0.96% 0.37% -
HSV(B) 255.41º 0.98% 0.73% -
XYZ 10.38 4.38 47.31 -
YUV 38.92 211.57 136.62 -
System Red Green Blue C M Y K H S L
Decimal 51 4 187 0.73 0.98 0 0.27 255.41 0.96 0.37
Hex 33 4 BB 49 62 0 1B FF 60 25
Octal 63 4 273 111 142 0 33 377 140 45
Binary 110011 100 10111011 1001001 1100010 0 11011 11111111 1100000 100101

Color Harmonies of #3304BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3304BB

Black with #3304BB

Text Example


Text Example

White with #3304BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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