Html Css Color HEX #3505AB Ultramarine

📋 copy color: '#3505AB'

red 53 ◦ green 5 ◦ blue 171

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

Shades of Ultramarine #3505AB

Tints of Ultramarine #3505AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 23.14%
G = 2.18%
B = 74.67%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3505AB (or 0x3505AB) is known color: Ultramarine. HEX triplet: 35, 05 and AB. RGB value is (53,5,171). Sum of RGB (Red+Green+Blue) = 53+5+171=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #3505AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3505AB is #CAFA54. Grayscale: #252525. Windows color (decimal): -13302357 or 11207989. OLE color: 11207989.

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

Color convert

RGB 53 5 171 -
CMYK 0.69 0.97 0 0.33
HSL 257.35º 0.94% 0.35% -
HSV(B) 257.35º 0.97% 0.67% -
XYZ 8.87 3.81 38.79 -
YUV 38.28 202.9 138.5 -
System Red Green Blue C M Y K H S L
Decimal 53 5 171 0.69 0.97 0 0.33 257.35 0.94 0.35
Hex 35 5 AB 45 61 0 21 101 5E 23
Octal 65 5 253 105 141 0 41 401 136 43
Binary 110101 101 10101011 1000101 1100001 0 100001 100000001 1011110 100011

Color Harmonies of #3505AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3505AB

Black with #3505AB

Text Example


Text Example

White with #3505AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3505AB; }

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

 H1.HeaderClassName
 {
   color: #3505AB;
 }
 .AnyTagClassName
 {
   color: #3505AB;
 }
</style>

background-color css

<style>
 a { background-color: #3505AB; }

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

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

border-color css

<style>
 span { border-color: #3505AB; }

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

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