#3608B1

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

Shades of Ultramarine #3608B1

Tints of Ultramarine #3608B1

Color information

#3608B1 (or 0x3608B1) is unknown color: approx Ultramarine. HEX triplet: 36, 08 and B1. RGB value is (54,8,177). Sum of RGB (Red+Green+Blue) = 54+8+177=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 177 (69.53% from 255 or 74.06% from 239); Max value from RGB is 177 - color contains mainly: blue. Hex color #3608B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3608B1 is #C9F74E. Grayscale: #282828. Windows color (decimal): -13236047 or 11601974. OLE color: 11601974.

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

Color convert

RGB548177-
CMYK0.690.9500.31
HSL256.33º91.35%36.27%-
HSV(B)256.33º95.48%69.41%-
XYZ9.544.1341.89-
YUV41.02204.74137.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 177 (69.53% from 255) = 74.06%
R=22.59%
G=3.35%
B=74.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5481770.690.9500.31256.3391.3536.27
Hex368B1455F01F1005b24
Octal661026110513703740013344
Binary110110100010110001100010110111110111111000000001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3608B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,8,177); }

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

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

 a { background-color: rgb(54,8,177); }

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

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

 span { border-color: rgb(54,8,177); }

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