Html Css Color HEX #360BAE Ultramarine

📋 copy color: '#360BAE'

red 54 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #360BAE

Tints of Ultramarine #360BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 174 (68.36% from 255) = 72.8%

R = 22.59%
G = 4.6%
B = 72.8%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#360BAE (or 0x360BAE) is known color: Ultramarine. HEX triplet: 36, 0B and AE. RGB value is (54,11,174). Sum of RGB (Red+Green+Blue) = 54+11+174=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #360BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360BAE is #C9F451. Grayscale: #292929. Windows color (decimal): -13235282 or 11406134. OLE color: 11406134.

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

Color convert

RGB 54 11 174 -
CMYK 0.69 0.94 0 0.32
HSL 255.83º 0.88% 0.36% -
HSV(B) 255.83º 0.94% 0.68% -
XYZ 9.28 4.08 40.34 -
YUV 42.44 202.25 136.25 -
System Red Green Blue C M Y K H S L
Decimal 54 11 174 0.69 0.94 0 0.32 255.83 0.88 0.36
Hex 36 B AE 45 5E 0 20 100 58 24
Octal 66 13 256 105 136 0 40 400 130 44
Binary 110110 1011 10101110 1000101 1011110 0 100000 100000000 1011000 100100

Color Harmonies of #360BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BAE

Black with #360BAE

Text Example


Text Example

White with #360BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,11,174); }

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

background-color css

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

 a { background-color: rgb(54,11,174); }

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

border-color css

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

 span { border-color: rgb(54,11,174); }

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