Html Css Color HEX #360ABC Ultramarine

📋 copy color: '#360ABC'

red 54 ◦ green 10 ◦ blue 188

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

Shades of Ultramarine #360ABC

Tints of Ultramarine #360ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

 BLUE value IS 188 (73.83% from 255) = 74.6%

R = 21.43%
G = 3.97%
B = 74.6%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#360ABC (or 0x360ABC) is known color: Ultramarine. HEX triplet: 36, 0A and BC. RGB value is (54,10,188). Sum of RGB (Red+Green+Blue) = 54+10+188=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #360ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ABC is #C9F543. Grayscale: #2A2A2A. Windows color (decimal): -13235524 or 12323382. OLE color: 12323382.

HSL color Cylindrical-coordinate representation of color #360ABC: hue angle of 254.83º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360ABC is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 10 188 -
CMYK 0.71 0.95 0 0.26
HSL 254.83º 0.9% 0.39% -
HSV(B) 254.83º 0.95% 0.74% -
XYZ 10.71 4.63 47.91 -
YUV 43.45 209.58 135.53 -
System Red Green Blue C M Y K H S L
Decimal 54 10 188 0.71 0.95 0 0.26 254.83 0.9 0.39
Hex 36 A BC 47 5F 0 1A FF 5A 27
Octal 66 12 274 107 137 0 32 377 132 47
Binary 110110 1010 10111100 1000111 1011111 0 11010 11111111 1011010 100111

Color Harmonies of #360ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360ABC

Black with #360ABC

Text Example


Text Example

White with #360ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,10,188); }

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

background-color css

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

 a { background-color: rgb(54,10,188); }

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

border-color css

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

 span { border-color: rgb(54,10,188); }

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