#3209AF

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

Shades of Ultramarine #3209AF

Tints of Ultramarine #3209AF

Color information

#3209AF (or 0x3209AF) is unknown color: approx Ultramarine. HEX triplet: 32, 09 and AF. RGB value is (50,9,175). Sum of RGB (Red+Green+Blue) = 50+9+175=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #3209AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3209AF is #CDF650. Grayscale: #272727. Windows color (decimal): -13497937 or 11471154. OLE color: 11471154.

HSL color Cylindrical-coordinate representation of color #3209AF: hue angle of 254.82º 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 #3209AF is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB509175-
CMYK0.710.9500.31
HSL254.82º90.22%36.08%-
HSV(B)254.82º94.86%68.63%-
XYZ9.153.9740.84-
YUV40.18204.08135-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 175 (68.75% from 255) = 74.79%
R=21.37%
G=3.85%
B=74.79%

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
Decimal5091750.710.9500.31254.8290.2236.08
Hex329AF475F01Fff5a24
Octal621125710713703737713244
Binary11001010011010111110001111011111011111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3209AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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