#2D38BC

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

Shades of Persian Blue #2D38BC

Tints of Persian Blue #2D38BC

Color information

#2D38BC (or 0x2D38BC) is unknown color: approx Persian Blue. HEX triplet: 2D, 38 and BC. RGB value is (45,56,188). Sum of RGB (Red+Green+Blue) = 45+56+188=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D38BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D38BC is #D2C743. Grayscale: #434343. Windows color (decimal): -13813572 or 12335149. OLE color: 12335149.

HSL color Cylindrical-coordinate representation of color #2D38BC: hue angle of 235.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D38BC is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4556188-
CMYK0.760.7000.26
HSL235.38º61.37%45.69%-
HSV(B)235.38º76.06%73.73%-
XYZ11.577.0248.32-
YUV67.76195.86111.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 188 (73.83% from 255) = 65.05%
R=15.57%
G=19.38%
B=65.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal45561880.760.7000.26235.3861.3745.69
Hex2D38BC4C4601Aeb3d2e
Octal55702741141060323537556
Binary101101111000101111001001100100011001101011101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D38BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,56,188); }

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

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

 a { background-color: rgb(45,56,188); }

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

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

 span { border-color: rgb(45,56,188); }

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