#3805B1

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

Shades of Ultramarine #3805B1

Tints of Ultramarine #3805B1

Color information

#3805B1 (or 0x3805B1) is unknown color: approx Ultramarine. HEX triplet: 38, 05 and B1. RGB value is (56,5,177). Sum of RGB (Red+Green+Blue) = 56+5+177=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #3805B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3805B1 is #C7FA4E. Grayscale: #272727. Windows color (decimal): -13105743 or 11601208. OLE color: 11601208.

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

Color convert

RGB565177-
CMYK0.680.9700.31
HSL257.79º94.51%35.69%-
HSV(B)257.79º97.18%69.41%-
XYZ9.624.1241.88-
YUV39.86205.4139.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 5 (2.34% from 255) = 2.10%
BLUE value IS 177 (69.53% from 255) = 74.37%
R=23.53%
G=2.10%
B=74.37%

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
Decimal5651770.680.9700.31257.7994.5135.69
Hex385B1446101F1025f24
Octal70526110414103740213744
Binary11100010110110001100010011000010111111000000101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3805B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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