Html Css Color HEX #3506BA Ultramarine

📋 copy color: '#3506BA'

red 53 ◦ green 6 ◦ blue 186

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

Shades of Ultramarine #3506BA

Tints of Ultramarine #3506BA

RGB

 RED value IS 53 (21.09% from 255) = 21.63%

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 21.63%
G = 2.45%
B = 75.92%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3506BA (or 0x3506BA) is known color: Ultramarine. HEX triplet: 35, 06 and BA. RGB value is (53,6,186). Sum of RGB (Red+Green+Blue) = 53+6+186=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #3506BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506BA is #CAF945. Grayscale: #272727. Windows color (decimal): -13302086 or 12191285. OLE color: 12191285.

HSL color Cylindrical-coordinate representation of color #3506BA: hue angle of 255.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3506BA is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 6 186 -
CMYK 0.72 0.97 0 0.27
HSL 255.67º 0.94% 0.38% -
HSV(B) 255.67º 0.97% 0.73% -
XYZ 10.4 4.43 46.76 -
YUV 40.57 210.07 136.86 -
System Red Green Blue C M Y K H S L
Decimal 53 6 186 0.72 0.97 0 0.27 255.67 0.94 0.38
Hex 35 6 BA 48 61 0 1B 100 5E 26
Octal 65 6 272 110 141 0 33 400 136 46
Binary 110101 110 10111010 1001000 1100001 0 11011 100000000 1011110 100110

Color Harmonies of #3506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3506BA

Black with #3506BA

Text Example


Text Example

White with #3506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3506BA; }

 p { color: rgb(53,6,186); }

 H1.HeaderClassName
 {
   color: #3506BA;
 }
 .AnyTagClassName
 {
   color: #3506BA;
 }
</style>

background-color css

<style>
 a { background-color: #3506BA; }

 a { background-color: rgb(53,6,186); }

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

border-color css

<style>
 span { border-color: #3506BA; }

 span { border-color: rgb(53,6,186); }

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