#2346B4

Color #2346B4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2346B4

Tints of Persian Blue #2346B4

Color information

#2346B4 (or 0x2346B4) is unknown color: approx Persian Blue. HEX triplet: 23, 46 and B4. RGB value is (35,70,180). Sum of RGB (Red+Green+Blue) = 35+70+180=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #2346B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346B4 is #DCB94B. Grayscale: #474747. Windows color (decimal): -14465356 or 11814435. OLE color: 11814435.

HSL color Cylindrical-coordinate representation of color #2346B4: hue angle of 225.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2346B4 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3570180-
CMYK0.810.6100.29
HSL225.52º67.44%42.16%-
HSV(B)225.52º80.56%70.59%-
XYZ11.128.0344.14-
YUV72.07188.9101.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 180 (70.70% from 255) = 63.16%
R=12.28%
G=24.56%
B=63.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35701800.810.6100.29225.5267.4442.16
Hex2346B4513D01De2432a
Octal431062641217503534210352
Binary1000111000110101101001010001111101011101111000101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2346B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2346B4; }

 p { color: rgb(35,70,180); }

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

<style>
 a { background-color: #2346B4; }

 a { background-color: rgb(35,70,180); }

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

<style>
 span { border-color: #2346B4; }

 span { border-color: rgb(35,70,180); }

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