#3705B0

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

Shades of Ultramarine #3705B0

Tints of Ultramarine #3705B0

Color information

#3705B0 (or 0x3705B0) is unknown color: approx Ultramarine. HEX triplet: 37, 05 and B0. RGB value is (55,5,176). Sum of RGB (Red+Green+Blue) = 55+5+176=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 176 (69.14% from 255 or 74.58% from 236); Max value from RGB is 176 - color contains mainly: blue. Hex color #3705B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3705B0 is #C8FA4F. Grayscale: #262626. Windows color (decimal): -13171280 or 11535671. OLE color: 11535671.

HSL color Cylindrical-coordinate representation of color #3705B0: hue angle of 257.54º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3705B0 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB555176-
CMYK0.690.9700.31
HSL257.54º94.48%35.49%-
HSV(B)257.54º97.16%69.02%-
XYZ9.474.0641.36-
YUV39.44205.06139.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 176 (69.14% from 255) = 74.58%
R=23.31%
G=2.12%
B=74.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5551760.690.9700.31257.5494.4835.49
Hex375B0456101F1025e23
Octal67526010514103740213643
Binary11011110110110000100010111000010111111000000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3705B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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