Html Css Color HEX #3500AA Ultramarine

📋 copy color: '#3500AA'

red 53 ◦ green 0 ◦ blue 170

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

Shades of Ultramarine #3500AA

Tints of Ultramarine #3500AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.77%
G = 0%
B = 76.23%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3500AA (or 0x3500AA) is known color: Ultramarine. HEX triplet: 35, 00 and AA. RGB value is (53,0,170). Sum of RGB (Red+Green+Blue) = 53+0+170=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #3500AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3500AA is #CAFF55. Grayscale: #222222. Windows color (decimal): -13303638 or 11141173. OLE color: 11141173.

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

Color convert

RGB 53 0 170 -
CMYK 0.69 1 0 0.33
HSL 258.71º 1% 0.33% -
HSV(B) 258.71º 1% 0.67% -
XYZ 8.72 3.66 38.28 -
YUV 35.23 204.06 140.68 -
System Red Green Blue C M Y K H S L
Decimal 53 0 170 0.69 1 0 0.33 258.71 1 0.33
Hex 35 0 AA 45 64 0 21 103 64 21
Octal 65 0 252 105 144 0 41 403 144 41
Binary 110101 0 10101010 1000101 1100100 0 100001 100000011 1100100 100001

Color Harmonies of #3500AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500AA

Black with #3500AA

Text Example


Text Example

White with #3500AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3500AA; }

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

 H1.HeaderClassName
 {
   color: #3500AA;
 }
 .AnyTagClassName
 {
   color: #3500AA;
 }
</style>

background-color css

<style>
 a { background-color: #3500AA; }

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

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

border-color css

<style>
 span { border-color: #3500AA; }

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

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