#2B38CE

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

Shades of Persian Blue #2B38CE

Tints of Persian Blue #2B38CE

Color information

#2B38CE (or 0x2B38CE) is unknown color: approx Persian Blue. HEX triplet: 2B, 38 and CE. RGB value is (43,56,206). Sum of RGB (Red+Green+Blue) = 43+56+206=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B38CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B38CE is #D4C731. Grayscale: #444444. Windows color (decimal): -13944626 or 13514795. OLE color: 13514795.

HSL color Cylindrical-coordinate representation of color #2B38CE: hue angle of 235.21º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B38CE is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4356206-
CMYK0.790.7300.19
HSL235.21º65.46%48.82%-
HSV(B)235.21º79.13%80.78%-
XYZ13.557.859.18-
YUV69.21205.19109.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=14.10%
G=18.36%
B=67.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43562060.790.7300.19235.2165.4648.82
Hex2B38CE4F49013eb4131
Octal537031611711102335310161
Binary1010111110001100111010011111001001010011111010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B38CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B38CE; }

 p { color: rgb(43,56,206); }

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

<style>
 a { background-color: #2B38CE; }

 a { background-color: rgb(43,56,206); }

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

<style>
 span { border-color: #2B38CE; }

 span { border-color: rgb(43,56,206); }

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