#3804B3

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

Shades of Ultramarine #3804B3

Tints of Ultramarine #3804B3

Color information

#3804B3 (or 0x3804B3) is unknown color: approx Ultramarine. HEX triplet: 38, 04 and B3. RGB value is (56,4,179). Sum of RGB (Red+Green+Blue) = 56+4+179=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #3804B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3804B3 is #C7FB4C. Grayscale: #262626. Windows color (decimal): -13105997 or 11732024. OLE color: 11732024.

HSL color Cylindrical-coordinate representation of color #3804B3: hue angle of 257.83º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3804B3 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB564179-
CMYK0.690.9800.30
HSL257.83º95.63%35.88%-
HSV(B)257.83º97.77%70.2%-
XYZ9.814.1842.94-
YUV39.5206.73139.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 179 (70.31% from 255) = 74.90%
R=23.43%
G=1.67%
B=74.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5641790.690.9800.30257.8395.6335.88
Hex384B3456201E1026024
Octal70426310514203640214044
Binary11100010010110011100010111000100111101000000101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3804B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3804B3; }

 p { color: rgb(56,4,179); }

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

<style>
 a { background-color: #3804B3; }

 a { background-color: rgb(56,4,179); }

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

<style>
 span { border-color: #3804B3; }

 span { border-color: rgb(56,4,179); }

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