Html Css Color HEX #3510BA Ultramarine

📋 copy color: '#3510BA'

red 53 ◦ green 16 ◦ blue 186

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

Shades of Ultramarine #3510BA

Tints of Ultramarine #3510BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 20.78%
G = 6.27%
B = 72.94%

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

#3510BA (or 0x3510BA) is known color: Ultramarine. HEX triplet: 35, 10 and BA. RGB value is (53,16,186). Sum of RGB (Red+Green+Blue) = 53+16+186=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #3510BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510BA is #CAEF45. Grayscale: #2D2D2D. Windows color (decimal): -13299526 or 12193845. OLE color: 12193845.

HSL color Cylindrical-coordinate representation of color #3510BA: hue angle of 253.06º degrees, saturation: 0.84, 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 #3510BA is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 16 186 -
CMYK 0.72 0.91 0 0.27
HSL 253.06º 0.84% 0.4% -
HSV(B) 253.06º 0.91% 0.73% -
XYZ 10.52 4.67 46.8 -
YUV 46.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 53 16 186 0.72 0.91 0 0.27 253.06 0.84 0.4
Hex 35 10 BA 48 5B 0 1B FD 54 28
Octal 65 20 272 110 133 0 33 375 124 50
Binary 110101 10000 10111010 1001000 1011011 0 11011 11111101 1010100 101000

Color Harmonies of #3510BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3510BA

Black with #3510BA

Text Example


Text Example

White with #3510BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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