#2338D5

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

Shades of Persian Blue #2338D5

Tints of Persian Blue #2338D5

Color information

#2338D5 (or 0x2338D5) is unknown color: approx Persian Blue. HEX triplet: 23, 38 and D5. RGB value is (35,56,213). Sum of RGB (Red+Green+Blue) = 35+56+213=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #2338D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338D5 is #DCC72A. Grayscale: #424242. Windows color (decimal): -14468907 or 13973539. OLE color: 13973539.

HSL color Cylindrical-coordinate representation of color #2338D5: hue angle of 232.92º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2338D5 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3556213-
CMYK0.840.7400.16
HSL232.92º71.77%48.63%-
HSV(B)232.92º83.57%83.53%-
XYZ14.127.9963.75-
YUV67.62210.04104.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 213 (83.59% from 255) = 70.07%
R=11.51%
G=18.42%
B=70.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal35562130.840.7400.16232.9271.7748.63
Hex2338D5544A010e94831
Octal437032512411202035111061
Binary1000111110001101010110101001001010010000111010011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2338D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2338D5; }

 p { color: rgb(35,56,213); }

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

<style>
 a { background-color: #2338D5; }

 a { background-color: rgb(35,56,213); }

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

<style>
 span { border-color: #2338D5; }

 span { border-color: rgb(35,56,213); }

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