#243CBD

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

Shades of Persian Blue #243CBD

Tints of Persian Blue #243CBD

Color information

#243CBD (or 0x243CBD) is unknown color: approx Persian Blue. HEX triplet: 24, 3C and BD. RGB value is (36,60,189). Sum of RGB (Red+Green+Blue) = 36+60+189=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #243CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CBD is #DBC342. Grayscale: #424242. Windows color (decimal): -14402371 or 12401700. OLE color: 12401700.

HSL color Cylindrical-coordinate representation of color #243CBD: hue angle of 230.59º degrees, saturation: 0.68, 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 #243CBD is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3660189-
CMYK0.810.6800.26
HSL230.59º68%44.12%-
HSV(B)230.59º80.95%74.12%-
XYZ11.537.2848.94-
YUV67.53196.55105.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.63%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 189 (74.22% from 255) = 66.32%
R=12.63%
G=21.05%
B=66.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36601890.810.6800.26230.596844.12
Hex243CBD514401Ae7442c
Octal447427512110403234710454
Binary1001001111001011110110100011000100011010111001111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243CBD; }

 p { color: rgb(36,60,189); }

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

<style>
 a { background-color: #243CBD; }

 a { background-color: rgb(36,60,189); }

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

<style>
 span { border-color: #243CBD; }

 span { border-color: rgb(36,60,189); }

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