Html Css Color HEX #360FAC Ultramarine

📋 copy color: '#360FAC'

red 54 ◦ green 15 ◦ blue 172

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

Shades of Ultramarine #360FAC

Tints of Ultramarine #360FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.37%

R = 22.41%
G = 6.22%
B = 71.37%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#360FAC (or 0x360FAC) is known color: Ultramarine. HEX triplet: 36, 0F and AC. RGB value is (54,15,172). Sum of RGB (Red+Green+Blue) = 54+15+172=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #360FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360FAC is #C9F053. Grayscale: #2B2B2B. Windows color (decimal): -13234260 or 11276086. OLE color: 11276086.

HSL color Cylindrical-coordinate representation of color #360FAC: hue angle of 254.9º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360FAC is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 15 172 -
CMYK 0.69 0.91 0 0.33
HSL 254.9º 0.84% 0.37% -
HSV(B) 254.9º 0.91% 0.67% -
XYZ 9.14 4.1 39.34 -
YUV 44.56 199.92 134.73 -
System Red Green Blue C M Y K H S L
Decimal 54 15 172 0.69 0.91 0 0.33 254.9 0.84 0.37
Hex 36 F AC 45 5B 0 21 FF 54 25
Octal 66 17 254 105 133 0 41 377 124 45
Binary 110110 1111 10101100 1000101 1011011 0 100001 11111111 1010100 100101

Color Harmonies of #360FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FAC

Black with #360FAC

Text Example


Text Example

White with #360FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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