#3608BD

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

Shades of Ultramarine #3608BD

Tints of Ultramarine #3608BD

Color information

#3608BD (or 0x3608BD) is unknown color: approx Ultramarine. HEX triplet: 36, 08 and BD. RGB value is (54,8,189). Sum of RGB (Red+Green+Blue) = 54+8+189=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #3608BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3608BD is #C9F742. Grayscale: #292929. Windows color (decimal): -13236035 or 12388406. OLE color: 12388406.

HSL color Cylindrical-coordinate representation of color #3608BD: hue angle of 255.25º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3608BD is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB548189-
CMYK0.710.9600.26
HSL255.25º91.88%38.63%-
HSV(B)255.25º95.77%74.12%-
XYZ10.794.6348.47-
YUV42.39210.74136.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 189 (74.22% from 255) = 75.30%
R=21.51%
G=3.19%
B=75.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5481890.710.9600.26255.2591.8838.63
Hex368BD476001Aff5c27
Octal661027510714003237713447
Binary11011010001011110110001111100000011010111111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3608BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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