#2337BD

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

Shades of Persian Blue #2337BD

Tints of Persian Blue #2337BD

Color information

#2337BD (or 0x2337BD) is unknown color: approx Persian Blue. HEX triplet: 23, 37 and BD. RGB value is (35,55,189). Sum of RGB (Red+Green+Blue) = 35+55+189=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #2337BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2337BD is #DCC842. Grayscale: #3F3F3F. Windows color (decimal): -14469187 or 12400419. OLE color: 12400419.

HSL color Cylindrical-coordinate representation of color #2337BD: hue angle of 232.21º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2337BD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3555189-
CMYK0.810.7100.26
HSL232.21º68.75%43.92%-
HSV(B)232.21º81.48%74.12%-
XYZ11.246.7648.86-
YUV64.3198.37107.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.54%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 189 (74.22% from 255) = 67.74%
R=12.54%
G=19.71%
B=67.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal35551890.810.7100.26232.2168.7543.92
Hex2337BD514701Ae8452c
Octal436727512110703235010554
Binary1000111101111011110110100011000111011010111010001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2337BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2337BD; }

 p { color: rgb(35,55,189); }

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

<style>
 a { background-color: #2337BD; }

 a { background-color: rgb(35,55,189); }

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

<style>
 span { border-color: #2337BD; }

 span { border-color: rgb(35,55,189); }

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