Html Css Color HEX #350DAD Ultramarine

📋 copy color: '#350DAD'

red 53 ◦ green 13 ◦ blue 173

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

Shades of Ultramarine #350DAD

Tints of Ultramarine #350DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 173 (67.97% from 255) = 72.38%

R = 22.18%
G = 5.44%
B = 72.38%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#350DAD (or 0x350DAD) is known color: Ultramarine. HEX triplet: 35, 0D and AD. RGB value is (53,13,173). Sum of RGB (Red+Green+Blue) = 53+13+173=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #350DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350DAD is #CAF252. Grayscale: #2A2A2A. Windows color (decimal): -13300307 or 11341109. OLE color: 11341109.

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

Color convert

RGB 53 13 173 -
CMYK 0.69 0.92 0 0.32
HSL 255º 0.86% 0.36% -
HSV(B) 255º 0.92% 0.68% -
XYZ 9.15 4.06 39.84 -
YUV 43.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 53 13 173 0.69 0.92 0 0.32 255 0.86 0.36
Hex 35 D AD 45 5C 0 20 FF 56 24
Octal 65 15 255 105 134 0 40 377 126 44
Binary 110101 1101 10101101 1000101 1011100 0 100000 11111111 1010110 100100

Color Harmonies of #350DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DAD

Black with #350DAD

Text Example


Text Example

White with #350DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,173); }

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

background-color css

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

 a { background-color: rgb(53,13,173); }

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

border-color css

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

 span { border-color: rgb(53,13,173); }

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