Html Css Color HEX #351AAE Ultramarine

📋 copy color: '#351AAE'

red 53 ◦ green 26 ◦ blue 174

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

Shades of Ultramarine #351AAE

Tints of Ultramarine #351AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 20.95%
G = 10.28%
B = 68.77%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#351AAE (or 0x351AAE) is known color: Ultramarine. HEX triplet: 35, 1A and AE. RGB value is (53,26,174). Sum of RGB (Red+Green+Blue) = 53+26+174=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #351AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AAE is #CAE551. Grayscale: #323232. Windows color (decimal): -13296978 or 11409973. OLE color: 11409973.

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

Color convert

RGB 53 26 174 -
CMYK 0.70 0.85 0 0.32
HSL 250.95º 0.74% 0.39% -
HSV(B) 250.95º 0.85% 0.68% -
XYZ 9.48 4.55 40.42 -
YUV 50.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 53 26 174 0.70 0.85 0 0.32 250.95 0.74 0.39
Hex 35 1A AE 46 55 0 20 FB 4A 27
Octal 65 32 256 106 125 0 40 373 112 47
Binary 110101 11010 10101110 1000110 1010101 0 100000 11111011 1001010 100111

Color Harmonies of #351AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AAE

Black with #351AAE

Text Example


Text Example

White with #351AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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