#3602B8

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

Shades of Ultramarine #3602B8

Tints of Ultramarine #3602B8

Color information

#3602B8 (or 0x3602B8) is unknown color: approx Ultramarine. HEX triplet: 36, 02 and B8. RGB value is (54,2,184). Sum of RGB (Red+Green+Blue) = 54+2+184=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 184 (72.27% from 255 or 76.67% from 240); Max value from RGB is 184 - color contains mainly: blue. Hex color #3602B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3602B8 is #C9FD47. Grayscale: #252525. Windows color (decimal): -13237576 or 12059190. OLE color: 12059190.

HSL color Cylindrical-coordinate representation of color #3602B8: hue angle of 257.14º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3602B8 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB542184-
CMYK0.710.9900.28
HSL257.14º97.85%36.47%-
HSV(B)257.14º98.91%72.16%-
XYZ10.194.2945.64-
YUV38.3210.23139.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 184 (72.27% from 255) = 76.67%
R=22.5%
G=0.83%
B=76.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5421840.710.9900.28257.1497.8536.47
Hex362B8476301C1016224
Octal66227010714303440114244
Binary1101101010111000100011111000110111001000000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3602B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3602B8; }

 p { color: rgb(54,2,184); }

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

<style>
 a { background-color: #3602B8; }

 a { background-color: rgb(54,2,184); }

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

<style>
 span { border-color: #3602B8; }

 span { border-color: rgb(54,2,184); }

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