Html Css Color HEX #3305B4 Ultramarine

📋 copy color: '#3305B4'

red 51 ◦ green 5 ◦ blue 180

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

Shades of Ultramarine #3305B4

Tints of Ultramarine #3305B4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 180 (70.7% from 255) = 76.27%

R = 21.61%
G = 2.12%
B = 76.27%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3305B4 (or 0x3305B4) is known color: Ultramarine. HEX triplet: 33, 05 and B4. RGB value is (51,5,180). Sum of RGB (Red+Green+Blue) = 51+5+180=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #3305B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3305B4 is #CCFA4B. Grayscale: #262626. Windows color (decimal): -13433420 or 11797811. OLE color: 11797811.

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

Color convert

RGB 51 5 180 -
CMYK 0.72 0.97 0 0.29
HSL 255.77º 0.95% 0.36% -
HSV(B) 255.77º 0.97% 0.71% -
XYZ 9.66 4.11 43.46 -
YUV 38.7 207.74 136.77 -
System Red Green Blue C M Y K H S L
Decimal 51 5 180 0.72 0.97 0 0.29 255.77 0.95 0.36
Hex 33 5 B4 48 61 0 1D 100 5F 24
Octal 63 5 264 110 141 0 35 400 137 44
Binary 110011 101 10110100 1001000 1100001 0 11101 100000000 1011111 100100

Color Harmonies of #3305B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3305B4

Black with #3305B4

Text Example


Text Example

White with #3305B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3305B4; }

 p { color: rgb(51,5,180); }

 H1.HeaderClassName
 {
   color: #3305B4;
 }
 .AnyTagClassName
 {
   color: #3305B4;
 }
</style>

background-color css

<style>
 a { background-color: #3305B4; }

 a { background-color: rgb(51,5,180); }

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

border-color css

<style>
 span { border-color: #3305B4; }

 span { border-color: rgb(51,5,180); }

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