Html Css Color HEX #3518AE Ultramarine

📋 copy color: '#3518AE'

red 53 ◦ green 24 ◦ blue 174

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

Shades of Ultramarine #3518AE

Tints of Ultramarine #3518AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 21.12%
G = 9.56%
B = 69.32%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3518AE (or 0x3518AE) is known color: Ultramarine. HEX triplet: 35, 18 and AE. RGB value is (53,24,174). Sum of RGB (Red+Green+Blue) = 53+24+174=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #3518AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3518AE is #CAE751. Grayscale: #313131. Windows color (decimal): -13297490 or 11409461. OLE color: 11409461.

HSL color Cylindrical-coordinate representation of color #3518AE: hue angle of 251.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3518AE is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 24 174 -
CMYK 0.70 0.86 0 0.32
HSL 251.6º 0.76% 0.39% -
HSV(B) 251.6º 0.86% 0.68% -
XYZ 9.43 4.47 40.41 -
YUV 49.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 53 24 174 0.70 0.86 0 0.32 251.6 0.76 0.39
Hex 35 18 AE 46 56 0 20 FC 4C 27
Octal 65 30 256 106 126 0 40 374 114 47
Binary 110101 11000 10101110 1000110 1010110 0 100000 11111100 1001100 100111

Color Harmonies of #3518AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3518AE

Black with #3518AE

Text Example


Text Example

White with #3518AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3518AE; }

 p { color: rgb(53,24,174); }

 H1.HeaderClassName
 {
   color: #3518AE;
 }
 .AnyTagClassName
 {
   color: #3518AE;
 }
</style>

background-color css

<style>
 a { background-color: #3518AE; }

 a { background-color: rgb(53,24,174); }

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

border-color css

<style>
 span { border-color: #3518AE; }

 span { border-color: rgb(53,24,174); }

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