#3309AF

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

Shades of Ultramarine #3309AF

Tints of Ultramarine #3309AF

Color information

#3309AF (or 0x3309AF) is unknown color: approx Ultramarine. HEX triplet: 33, 09 and AF. RGB value is (51,9,175). Sum of RGB (Red+Green+Blue) = 51+9+175=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #3309AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3309AF is #CCF650. Grayscale: #272727. Windows color (decimal): -13432401 or 11471155. OLE color: 11471155.

HSL color Cylindrical-coordinate representation of color #3309AF: hue angle of 255.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3309AF is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB519175-
CMYK0.710.9500.31
HSL255.18º90.22%36.08%-
HSV(B)255.18º94.86%68.63%-
XYZ9.23.9940.84-
YUV40.48203.91135.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 175 (68.75% from 255) = 74.47%
R=21.70%
G=3.83%
B=74.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5191750.710.9500.31255.1890.2236.08
Hex339AF475F01Fff5a24
Octal631125710713703737713244
Binary11001110011010111110001111011111011111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3309AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3309AF; }

 p { color: rgb(51,9,175); }

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

<style>
 a { background-color: #3309AF; }

 a { background-color: rgb(51,9,175); }

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

<style>
 span { border-color: #3309AF; }

 span { border-color: rgb(51,9,175); }

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