#3418b0

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

Shades of Ultramarine #3418B0

Tints of Ultramarine #3418B0

Color information

#3418B0 (or 0x3418B0) is unknown color: approx Ultramarine. HEX triplet: 34, 18 and B0. RGB value is (52,24,176). Sum of RGB (Red+Green+Blue) = 52+24+176=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 176 (69.14% from 255 or 69.84% from 252); Max value from RGB is 176 - color contains mainly: blue. Hex color #3418B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3418B0 is #CBE74F. Grayscale: #313131. Windows color (decimal): -13363024 or 11540532. OLE color: 11540532.

HSL color Cylindrical-coordinate representation of color #3418B0: hue angle of 251.05º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3418B0 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5224176-
CMYK0.700.8600.31
HSL251.05º76%39.22%-
HSV(B)251.05º86.36%69.02%-
XYZ9.584.5241.44-
YUV49.7199.28129.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 176 (69.14% from 255) = 69.84%
R=20.63%
G=9.52%
B=69.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52241760.700.8600.31251.057639.22
Hex3418B0465601Ffb4c27
Octal643026010612603737311447
Binary110100110001011000010001101010110011111111110111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3418b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3418b0; }

 p { color: rgb(52,24,176); }

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

<style>
 a { background-color: #3418b0; }

 a { background-color: rgb(52,24,176); }

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

<style>
 span { border-color: #3418b0; }

 span { border-color: rgb(52,24,176); }

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