Html Css Color HEX #360EAD Ultramarine

📋 copy color: '#360EAD'

red 54 ◦ green 14 ◦ blue 173

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

Shades of Ultramarine #360EAD

Tints of Ultramarine #360EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.81%

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

R = 22.41%
G = 5.81%
B = 71.78%

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

#360EAD (or 0x360EAD) is known color: Ultramarine. HEX triplet: 36, 0E and AD. RGB value is (54,14,173). Sum of RGB (Red+Green+Blue) = 54+14+173=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #360EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360EAD is #C9F152. Grayscale: #2B2B2B. Windows color (decimal): -13234515 or 11341366. OLE color: 11341366.

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

Color convert

RGB 54 14 173 -
CMYK 0.69 0.92 0 0.32
HSL 255.09º 0.85% 0.37% -
HSV(B) 255.09º 0.92% 0.68% -
XYZ 9.22 4.12 39.84 -
YUV 44.09 200.75 135.07 -
System Red Green Blue C M Y K H S L
Decimal 54 14 173 0.69 0.92 0 0.32 255.09 0.85 0.37
Hex 36 E AD 45 5C 0 20 FF 55 25
Octal 66 16 255 105 134 0 40 377 125 45
Binary 110110 1110 10101101 1000101 1011100 0 100000 11111111 1010101 100101

Color Harmonies of #360EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360EAD

Black with #360EAD

Text Example


Text Example

White with #360EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360EAD; }

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

 H1.HeaderClassName
 {
   color: #360EAD;
 }
 .AnyTagClassName
 {
   color: #360EAD;
 }
</style>

background-color css

<style>
 a { background-color: #360EAD; }

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

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

border-color css

<style>
 span { border-color: #360EAD; }

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

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