#3805B0

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

Shades of Ultramarine #3805B0

Tints of Ultramarine #3805B0

Color information

#3805B0 (or 0x3805B0) is unknown color: approx Ultramarine. HEX triplet: 38, 05 and B0. RGB value is (56,5,176). Sum of RGB (Red+Green+Blue) = 56+5+176=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 176 (69.14% from 255 or 74.26% from 237); Max value from RGB is 176 - color contains mainly: blue. Hex color #3805B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3805B0 is #C7FA4F. Grayscale: #272727. Windows color (decimal): -13105744 or 11535672. OLE color: 11535672.

HSL color Cylindrical-coordinate representation of color #3805B0: hue angle of 257.89º 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 #3805B0 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB565176-
CMYK0.680.9700.31
HSL257.89º94.48%35.49%-
HSV(B)257.89º97.16%69.02%-
XYZ9.524.0841.36-
YUV39.74204.9139.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 176 (69.14% from 255) = 74.26%
R=23.63%
G=2.11%
B=74.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5651760.680.9700.31257.8994.4835.49
Hex385B0446101F1025e23
Octal70526010414103740213643
Binary11100010110110000100010011000010111111000000101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3805B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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