#3610B2

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

Shades of Ultramarine #3610B2

Tints of Ultramarine #3610B2

Color information

#3610B2 (or 0x3610B2) is unknown color: approx Ultramarine. HEX triplet: 36, 10 and B2. RGB value is (54,16,178). Sum of RGB (Red+Green+Blue) = 54+16+178=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 178 (69.92% from 255 or 71.77% from 248); Max value from RGB is 178 - color contains mainly: blue. Hex color #3610B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3610B2 is #C9EF4D. Grayscale: #2D2D2D. Windows color (decimal): -13233998 or 11669558. OLE color: 11669558.

HSL color Cylindrical-coordinate representation of color #3610B2: hue angle of 254.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3610B2 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5416178-
CMYK0.700.9100.30
HSL254.07º83.51%38.04%-
HSV(B)254.07º91.01%69.8%-
XYZ9.744.3742.45-
YUV45.83202.59133.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 16 (6.64% from 255) = 6.45%
BLUE value IS 178 (69.92% from 255) = 71.77%
R=21.77%
G=6.45%
B=71.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal54161780.700.9100.30254.0783.5138.04
Hex3610B2465B01Efe5426
Octal662026210613303637612446
Binary110110100001011001010001101011011011110111111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3610B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3610B2; }

 p { color: rgb(54,16,178); }

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

<style>
 a { background-color: #3610B2; }

 a { background-color: rgb(54,16,178); }

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

<style>
 span { border-color: #3610B2; }

 span { border-color: rgb(54,16,178); }

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