#3401B3

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

Shades of Ultramarine #3401B3

Tints of Ultramarine #3401B3

Color information

#3401B3 (or 0x3401B3) is unknown color: approx Ultramarine. HEX triplet: 34, 01 and B3. RGB value is (52,1,179). Sum of RGB (Red+Green+Blue) = 52+1+179=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 179 (70.31% from 255 or 77.16% from 232); Max value from RGB is 179 - color contains mainly: blue. Hex color #3401B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401B3 is #CBFE4C. Grayscale: #232323. Windows color (decimal): -13368909 or 11731252. OLE color: 11731252.

HSL color Cylindrical-coordinate representation of color #3401B3: hue angle of 257.19º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3401B3 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB521179-
CMYK0.710.9900.30
HSL257.19º98.89%35.29%-
HSV(B)257.19º99.44%70.2%-
XYZ9.564.0142.92-
YUV36.54208.4139.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 179 (70.31% from 255) = 77.16%
R=22.41%
G=0.43%
B=77.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5211790.710.9900.30257.1998.8935.29
Hex341B3476301E1016323
Octal64126310714303640114343
Binary110100110110011100011111000110111101000000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3401B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3401B3; }

 p { color: rgb(52,1,179); }

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

<style>
 a { background-color: #3401B3; }

 a { background-color: rgb(52,1,179); }

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

<style>
 span { border-color: #3401B3; }

 span { border-color: rgb(52,1,179); }

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