Html Css Color HEX #3516AF Ultramarine

📋 copy color: '#3516AF'

red 53 ◦ green 22 ◦ blue 175

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

Shades of Ultramarine #3516AF

Tints of Ultramarine #3516AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

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

R = 21.2%
G = 8.8%
B = 70%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3516AF (or 0x3516AF) is known color: Ultramarine. HEX triplet: 35, 16 and AF. RGB value is (53,22,175). Sum of RGB (Red+Green+Blue) = 53+22+175=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #3516AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3516AF is #CAE950. Grayscale: #303030. Windows color (decimal): -13298001 or 11474485. OLE color: 11474485.

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

Color convert

RGB 53 22 175 -
CMYK 0.70 0.87 0 0.31
HSL 252.16º 0.78% 0.39% -
HSV(B) 252.16º 0.87% 0.69% -
XYZ 9.49 4.43 40.91 -
YUV 48.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 53 22 175 0.70 0.87 0 0.31 252.16 0.78 0.39
Hex 35 16 AF 46 57 0 1F FC 4E 27
Octal 65 26 257 106 127 0 37 374 116 47
Binary 110101 10110 10101111 1000110 1010111 0 11111 11111100 1001110 100111

Color Harmonies of #3516AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3516AF

Black with #3516AF

Text Example


Text Example

White with #3516AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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