#3605BC

Color #3605BC Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #3605BC

Tints of Ultramarine #3605BC

Color information

#3605BC (or 0x3605BC) is unknown color: approx Ultramarine. HEX triplet: 36, 05 and BC. RGB value is (54,5,188). Sum of RGB (Red+Green+Blue) = 54+5+188=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #3605BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3605BC is #C9FA43. Grayscale: #272727. Windows color (decimal): -13236804 or 12322102. OLE color: 12322102.

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

Color convert

RGB545188-
CMYK0.710.9700.26
HSL256.07º94.82%37.84%-
HSV(B)256.07º97.34%73.73%-
XYZ10.654.5247.89-
YUV40.51211.23137.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 188 (73.83% from 255) = 76.11%
R=21.86%
G=2.02%
B=76.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5451880.710.9700.26256.0794.8237.84
Hex365BC476101A1005f26
Octal66527410714103240013746
Binary11011010110111100100011111000010110101000000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3605BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3605BC; }

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

 H1.HeaderClassName
 {
   color: #3605BC;
 }
 .AnyTagClassName
 {
   color: #3605BC;
 }
</style>
background-color css

<style>
 a { background-color: #3605BC; }

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

 div.DivClassName
 {
   background-color: #3605BC;
 }
 .BgClassName
 {
   background-color: #3605BC;
 }
</style>
border-color css

<style>
 span { border-color: #3605BC; }

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

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