Html Css Color HEX #351AAA Ultramarine

📋 copy color: '#351AAA'

red 53 ◦ green 26 ◦ blue 170

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

Shades of Ultramarine #351AAA

Tints of Ultramarine #351AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 21.29%
G = 10.44%
B = 68.27%

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

#351AAA (or 0x351AAA) is known color: Ultramarine. HEX triplet: 35, 1A and AA. RGB value is (53,26,170). Sum of RGB (Red+Green+Blue) = 53+26+170=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #351AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AAA is #CAE555. Grayscale: #313131. Windows color (decimal): -13296982 or 11147829. OLE color: 11147829.

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

Color convert

RGB 53 26 170 -
CMYK 0.69 0.85 0 0.33
HSL 251.25º 0.73% 0.38% -
HSV(B) 251.25º 0.85% 0.67% -
XYZ 9.09 4.4 38.4 -
YUV 50.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 53 26 170 0.69 0.85 0 0.33 251.25 0.73 0.38
Hex 35 1A AA 45 55 0 21 FB 49 26
Octal 65 32 252 105 125 0 41 373 111 46
Binary 110101 11010 10101010 1000101 1010101 0 100001 11111011 1001001 100110

Color Harmonies of #351AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AAA

Black with #351AAA

Text Example


Text Example

White with #351AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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