Html Css Color HEX #360BAA Ultramarine

📋 copy color: '#360BAA'

red 54 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #360BAA

Tints of Ultramarine #360BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 22.98%
G = 4.68%
B = 72.34%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#360BAA (or 0x360BAA) is known color: Ultramarine. HEX triplet: 36, 0B and AA. RGB value is (54,11,170). Sum of RGB (Red+Green+Blue) = 54+11+170=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #360BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360BAA is #C9F455. Grayscale: #292929. Windows color (decimal): -13235286 or 11143990. OLE color: 11143990.

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

Color convert

RGB 54 11 170 -
CMYK 0.68 0.94 0 0.33
HSL 256.23º 0.88% 0.35% -
HSV(B) 256.23º 0.94% 0.67% -
XYZ 8.9 3.93 38.32 -
YUV 41.98 200.25 136.57 -
System Red Green Blue C M Y K H S L
Decimal 54 11 170 0.68 0.94 0 0.33 256.23 0.88 0.35
Hex 36 B AA 44 5E 0 21 100 58 23
Octal 66 13 252 104 136 0 41 400 130 43
Binary 110110 1011 10101010 1000100 1011110 0 100001 100000000 1011000 100011

Color Harmonies of #360BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BAA

Black with #360BAA

Text Example


Text Example

White with #360BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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