#3705B4

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

Shades of Ultramarine #3705B4

Tints of Ultramarine #3705B4

Color information

#3705B4 (or 0x3705B4) is unknown color: approx Ultramarine. HEX triplet: 37, 05 and B4. RGB value is (55,5,180). Sum of RGB (Red+Green+Blue) = 55+5+180=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #3705B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3705B4 is #C8FA4B. Grayscale: #272727. Windows color (decimal): -13171276 or 11797815. OLE color: 11797815.

HSL color Cylindrical-coordinate representation of color #3705B4: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3705B4 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB555180-
CMYK0.690.9700.29
HSL257.14º94.59%36.27%-
HSV(B)257.14º97.22%70.59%-
XYZ9.874.2243.47-
YUV39.9207.06138.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 180 (70.70% from 255) = 75%
R=22.92%
G=2.08%
B=75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5551800.690.9700.29257.1494.5936.27
Hex375B4456101D1015f24
Octal67526410514103540113744
Binary11011110110110100100010111000010111011000000011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3705B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3705B4; }

 p { color: rgb(55,5,180); }

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

<style>
 a { background-color: #3705B4; }

 a { background-color: rgb(55,5,180); }

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

<style>
 span { border-color: #3705B4; }

 span { border-color: rgb(55,5,180); }

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