Html Css Color HEX #3519AF Ultramarine

📋 copy color: '#3519AF'

red 53 ◦ green 25 ◦ blue 175

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

Shades of Ultramarine #3519AF

Tints of Ultramarine #3519AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

 BLUE value IS 175 (68.75% from 255) = 69.17%

R = 20.95%
G = 9.88%
B = 69.17%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3519AF (or 0x3519AF) is known color: Ultramarine. HEX triplet: 35, 19 and AF. RGB value is (53,25,175). Sum of RGB (Red+Green+Blue) = 53+25+175=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #3519AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3519AF is #CAE650. Grayscale: #313131. Windows color (decimal): -13297233 or 11475253. OLE color: 11475253.

HSL color Cylindrical-coordinate representation of color #3519AF: hue angle of 251.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3519AF is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 25 175 -
CMYK 0.70 0.86 0 0.31
HSL 251.2º 0.75% 0.39% -
HSV(B) 251.2º 0.86% 0.69% -
XYZ 9.55 4.55 40.93 -
YUV 50.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 53 25 175 0.70 0.86 0 0.31 251.2 0.75 0.39
Hex 35 19 AF 46 56 0 1F FB 4B 27
Octal 65 31 257 106 126 0 37 373 113 47
Binary 110101 11001 10101111 1000110 1010110 0 11111 11111011 1001011 100111

Color Harmonies of #3519AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3519AF

Black with #3519AF

Text Example


Text Example

White with #3519AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3519AF; }

 p { color: rgb(53,25,175); }

 H1.HeaderClassName
 {
   color: #3519AF;
 }
 .AnyTagClassName
 {
   color: #3519AF;
 }
</style>

background-color css

<style>
 a { background-color: #3519AF; }

 a { background-color: rgb(53,25,175); }

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

border-color css

<style>
 span { border-color: #3519AF; }

 span { border-color: rgb(53,25,175); }

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