Html Css Color HEX #360FB1 Ultramarine

📋 copy color: '#360FB1'

red 54 ◦ green 15 ◦ blue 177

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

Shades of Ultramarine #360FB1

Tints of Ultramarine #360FB1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 177 (69.53% from 255) = 71.95%

R = 21.95%
G = 6.1%
B = 71.95%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#360FB1 (or 0x360FB1) is known color: Ultramarine. HEX triplet: 36, 0F and B1. RGB value is (54,15,177). Sum of RGB (Red+Green+Blue) = 54+15+177=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 177 (69.53% from 255 or 71.95% from 246); Max value from RGB is 177 - color contains mainly: blue. Hex color #360FB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360FB1 is #C9F04E. Grayscale: #2C2C2C. Windows color (decimal): -13234255 or 11603766. OLE color: 11603766.

HSL color Cylindrical-coordinate representation of color #360FB1: hue angle of 254.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360FB1 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 15 177 -
CMYK 0.69 0.92 0 0.31
HSL 254.44º 0.84% 0.38% -
HSV(B) 254.44º 0.92% 0.69% -
XYZ 9.63 4.3 41.92 -
YUV 45.13 202.42 134.33 -
System Red Green Blue C M Y K H S L
Decimal 54 15 177 0.69 0.92 0 0.31 254.44 0.84 0.38
Hex 36 F B1 45 5C 0 1F FE 54 26
Octal 66 17 261 105 134 0 37 376 124 46
Binary 110110 1111 10110001 1000101 1011100 0 11111 11111110 1010100 100110

Color Harmonies of #360FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FB1

Black with #360FB1

Text Example


Text Example

White with #360FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,15,177); }

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

background-color css

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

 a { background-color: rgb(54,15,177); }

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

border-color css

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

 span { border-color: rgb(54,15,177); }

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