Html Css Color HEX #3511BA Ultramarine

📋 copy color: '#3511BA'

red 53 ◦ green 17 ◦ blue 186

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

Shades of Ultramarine #3511BA

Tints of Ultramarine #3511BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 20.7%
G = 6.64%
B = 72.66%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3511BA (or 0x3511BA) is known color: Ultramarine. HEX triplet: 35, 11 and BA. RGB value is (53,17,186). Sum of RGB (Red+Green+Blue) = 53+17+186=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3511BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511BA is #CAEE45. Grayscale: #2E2E2E. Windows color (decimal): -13299270 or 12194101. OLE color: 12194101.

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

Color convert

RGB 53 17 186 -
CMYK 0.72 0.91 0 0.27
HSL 252.78º 0.83% 0.4% -
HSV(B) 252.78º 0.91% 0.73% -
XYZ 10.53 4.7 46.81 -
YUV 47.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 53 17 186 0.72 0.91 0 0.27 252.78 0.83 0.4
Hex 35 11 BA 48 5B 0 1B FD 53 28
Octal 65 21 272 110 133 0 33 375 123 50
Binary 110101 10001 10111010 1001000 1011011 0 11011 11111101 1010011 101000

Color Harmonies of #3511BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3511BA

Black with #3511BA

Text Example


Text Example

White with #3511BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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