Html Css Color HEX #3513B8 Ultramarine

📋 copy color: '#3513B8'

red 53 ◦ green 19 ◦ blue 184

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

Shades of Ultramarine #3513B8

Tints of Ultramarine #3513B8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 184 (72.27% from 255) = 71.88%

R = 20.7%
G = 7.42%
B = 71.88%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3513B8 (or 0x3513B8) is known color: Ultramarine. HEX triplet: 35, 13 and B8. RGB value is (53,19,184). Sum of RGB (Red+Green+Blue) = 53+19+184=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 184 (72.27% from 255 or 71.88% from 256); Max value from RGB is 184 - color contains mainly: blue. Hex color #3513B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3513B8 is #CAEC47. Grayscale: #2F2F2F. Windows color (decimal): -13298760 or 12063541. OLE color: 12063541.

HSL color Cylindrical-coordinate representation of color #3513B8: hue angle of 252.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3513B8 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 19 184 -
CMYK 0.71 0.90 0 0.28
HSL 252.36º 0.81% 0.4% -
HSV(B) 252.36º 0.9% 0.72% -
XYZ 10.35 4.68 45.71 -
YUV 47.98 204.76 131.58 -
System Red Green Blue C M Y K H S L
Decimal 53 19 184 0.71 0.90 0 0.28 252.36 0.81 0.4
Hex 35 13 B8 47 5A 0 1C FC 51 28
Octal 65 23 270 107 132 0 34 374 121 50
Binary 110101 10011 10111000 1000111 1011010 0 11100 11111100 1010001 101000

Color Harmonies of #3513B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3513B8

Black with #3513B8

Text Example


Text Example

White with #3513B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3513B8; }

 p { color: rgb(53,19,184); }

 H1.HeaderClassName
 {
   color: #3513B8;
 }
 .AnyTagClassName
 {
   color: #3513B8;
 }
</style>

background-color css

<style>
 a { background-color: #3513B8; }

 a { background-color: rgb(53,19,184); }

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

border-color css

<style>
 span { border-color: #3513B8; }

 span { border-color: rgb(53,19,184); }

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