Html Css Color HEX #351AAC Ultramarine

📋 copy color: '#351AAC'

red 53 ◦ green 26 ◦ blue 172

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

Shades of Ultramarine #351AAC

Tints of Ultramarine #351AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

 BLUE value IS 172 (67.58% from 255) = 68.53%

R = 21.12%
G = 10.36%
B = 68.53%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#351AAC (or 0x351AAC) is known color: Ultramarine. HEX triplet: 35, 1A and AC. RGB value is (53,26,172). Sum of RGB (Red+Green+Blue) = 53+26+172=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #351AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AAC is #CAE553. Grayscale: #323232. Windows color (decimal): -13296980 or 11278901. OLE color: 11278901.

HSL color Cylindrical-coordinate representation of color #351AAC: hue angle of 251.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351AAC is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 26 172 -
CMYK 0.69 0.85 0 0.33
HSL 251.1º 0.74% 0.39% -
HSV(B) 251.1º 0.85% 0.67% -
XYZ 9.28 4.47 39.4 -
YUV 50.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 53 26 172 0.69 0.85 0 0.33 251.1 0.74 0.39
Hex 35 1A AC 45 55 0 21 FB 4A 27
Octal 65 32 254 105 125 0 41 373 112 47
Binary 110101 11010 10101100 1000101 1010101 0 100001 11111011 1001010 100111

Color Harmonies of #351AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AAC

Black with #351AAC

Text Example


Text Example

White with #351AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351AAC; }

 p { color: rgb(53,26,172); }

 H1.HeaderClassName
 {
   color: #351AAC;
 }
 .AnyTagClassName
 {
   color: #351AAC;
 }
</style>

background-color css

<style>
 a { background-color: #351AAC; }

 a { background-color: rgb(53,26,172); }

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

border-color css

<style>
 span { border-color: #351AAC; }

 span { border-color: rgb(53,26,172); }

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