#2334BF

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

Shades of Persian Blue #2334BF

Tints of Persian Blue #2334BF

Color information

#2334BF (or 0x2334BF) is unknown color: approx Persian Blue. HEX triplet: 23, 34 and BF. RGB value is (35,52,191). Sum of RGB (Red+Green+Blue) = 35+52+191=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #2334BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2334BF is #DCCB40. Grayscale: #3E3E3E. Windows color (decimal): -14469953 or 12530723. OLE color: 12530723.

HSL color Cylindrical-coordinate representation of color #2334BF: hue angle of 233.46º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2334BF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3552191-
CMYK0.820.7300.25
HSL233.46º69.03%44.31%-
HSV(B)233.46º81.68%74.9%-
XYZ11.336.5749.96-
YUV62.76200.37108.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 191 (75% from 255) = 68.71%
R=12.59%
G=18.71%
B=68.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35521910.820.7300.25233.4669.0344.31
Hex2334BF5249019e9452c
Octal436427712211103135110554
Binary1000111101001011111110100101001001011001111010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2334BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2334BF; }

 p { color: rgb(35,52,191); }

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

<style>
 a { background-color: #2334BF; }

 a { background-color: rgb(35,52,191); }

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

<style>
 span { border-color: #2334BF; }

 span { border-color: rgb(35,52,191); }

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