Html Css Color HEX #351AAB Ultramarine

📋 copy color: '#351AAB'

red 53 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #351AAB

Tints of Ultramarine #351AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 21.2%
G = 10.4%
B = 68.4%

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

#351AAB (or 0x351AAB) is known color: Ultramarine. HEX triplet: 35, 1A and AB. RGB value is (53,26,171). Sum of RGB (Red+Green+Blue) = 53+26+171=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #351AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AAB is #CAE554. Grayscale: #323232. Windows color (decimal): -13296981 or 11213365. OLE color: 11213365.

HSL color Cylindrical-coordinate representation of color #351AAB: hue angle of 251.17º 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 #351AAB is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 26 171 -
CMYK 0.69 0.85 0 0.33
HSL 251.17º 0.74% 0.39% -
HSV(B) 251.17º 0.85% 0.67% -
XYZ 9.19 4.44 38.9 -
YUV 50.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 53 26 171 0.69 0.85 0 0.33 251.17 0.74 0.39
Hex 35 1A AB 45 55 0 21 FB 4A 27
Octal 65 32 253 105 125 0 41 373 112 47
Binary 110101 11010 10101011 1000101 1010101 0 100001 11111011 1001010 100111

Color Harmonies of #351AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AAB

Black with #351AAB

Text Example


Text Example

White with #351AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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