Html Css Color HEX #350AAE Ultramarine

📋 copy color: '#350AAE'

red 53 ◦ green 10 ◦ blue 174

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

Shades of Ultramarine #350AAE

Tints of Ultramarine #350AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

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

R = 22.36%
G = 4.22%
B = 73.42%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#350AAE (or 0x350AAE) is known color: Ultramarine. HEX triplet: 35, 0A and AE. RGB value is (53,10,174). Sum of RGB (Red+Green+Blue) = 53+10+174=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #350AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350AAE is #CAF551. Grayscale: #282828. Windows color (decimal): -13301074 or 11405877. OLE color: 11405877.

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

Color convert

RGB 53 10 174 -
CMYK 0.70 0.94 0 0.32
HSL 255.73º 0.89% 0.36% -
HSV(B) 255.73º 0.94% 0.68% -
XYZ 9.22 4.03 40.34 -
YUV 41.55 202.75 136.16 -
System Red Green Blue C M Y K H S L
Decimal 53 10 174 0.70 0.94 0 0.32 255.73 0.89 0.36
Hex 35 A AE 46 5E 0 20 100 59 24
Octal 65 12 256 106 136 0 40 400 131 44
Binary 110101 1010 10101110 1000110 1011110 0 100000 100000000 1011001 100100

Color Harmonies of #350AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AAE

Black with #350AAE

Text Example


Text Example

White with #350AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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