Html Css Color HEX #3601AD Ultramarine

📋 copy color: '#3601AD'

red 54 ◦ green 1 ◦ blue 173

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

Shades of Ultramarine #3601AD

Tints of Ultramarine #3601AD

RGB

 RED value IS 54 (21.48% from 255) = 23.68%

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 23.68%
G = 0.44%
B = 75.88%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3601AD (or 0x3601AD) is known color: Ultramarine. HEX triplet: 36, 01 and AD. RGB value is (54,1,173). Sum of RGB (Red+Green+Blue) = 54+1+173=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #3601AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3601AD is #C9FE52. Grayscale: #232323. Windows color (decimal): -13237843 or 11338038. OLE color: 11338038.

HSL color Cylindrical-coordinate representation of color #3601AD: hue angle of 258.49º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3601AD is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 1 173 -
CMYK 0.69 0.99 0 0.32
HSL 258.49º 0.99% 0.34% -
HSV(B) 258.49º 0.99% 0.68% -
XYZ 9.08 3.82 39.79 -
YUV 36.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 54 1 173 0.69 0.99 0 0.32 258.49 0.99 0.34
Hex 36 1 AD 45 63 0 20 102 63 22
Octal 66 1 255 105 143 0 40 402 143 42
Binary 110110 1 10101101 1000101 1100011 0 100000 100000010 1100011 100010

Color Harmonies of #3601AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3601AD

Black with #3601AD

Text Example


Text Example

White with #3601AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3601AD; }

 p { color: rgb(54,1,173); }

 H1.HeaderClassName
 {
   color: #3601AD;
 }
 .AnyTagClassName
 {
   color: #3601AD;
 }
</style>

background-color css

<style>
 a { background-color: #3601AD; }

 a { background-color: rgb(54,1,173); }

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

border-color css

<style>
 span { border-color: #3601AD; }

 span { border-color: rgb(54,1,173); }

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