Html Css Color HEX #360CB7 Ultramarine

📋 copy color: '#360CB7'

red 54 ◦ green 12 ◦ blue 183

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

Shades of Ultramarine #360CB7

Tints of Ultramarine #360CB7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

 BLUE value IS 183 (71.88% from 255) = 73.49%

R = 21.69%
G = 4.82%
B = 73.49%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#360CB7 (or 0x360CB7) is known color: Ultramarine. HEX triplet: 36, 0C and B7. RGB value is (54,12,183). Sum of RGB (Red+Green+Blue) = 54+12+183=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 183 (71.88% from 255 or 73.49% from 249); Max value from RGB is 183 - color contains mainly: blue. Hex color #360CB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CB7 is #C9F348. Grayscale: #2B2B2B. Windows color (decimal): -13235017 or 11996214. OLE color: 11996214.

HSL color Cylindrical-coordinate representation of color #360CB7: hue angle of 254.74º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CB7 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 54 12 183 -
CMYK 0.70 0.93 0 0.28
HSL 254.74º 0.88% 0.38% -
HSV(B) 254.74º 0.93% 0.72% -
XYZ 10.2 4.47 45.12 -
YUV 44.05 206.41 135.1 -
System Red Green Blue C M Y K H S L
Decimal 54 12 183 0.70 0.93 0 0.28 254.74 0.88 0.38
Hex 36 C B7 46 5D 0 1C FF 58 26
Octal 66 14 267 106 135 0 34 377 130 46
Binary 110110 1100 10110111 1000110 1011101 0 11100 11111111 1011000 100110

Color Harmonies of #360CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CB7

Black with #360CB7

Text Example


Text Example

White with #360CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,12,183); }

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

background-color css

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

 a { background-color: rgb(54,12,183); }

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

border-color css

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

 span { border-color: rgb(54,12,183); }

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