#273EBC

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

Shades of Persian Blue #273EBC

Tints of Persian Blue #273EBC

Color information

#273EBC (or 0x273EBC) is unknown color: approx Persian Blue. HEX triplet: 27, 3E and BC. RGB value is (39,62,188). Sum of RGB (Red+Green+Blue) = 39+62+188=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 62 (24.61% from 255 or 21.45% 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 #273EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EBC is #D8C143. Grayscale: #444444. Windows color (decimal): -14205252 or 12336679. OLE color: 12336679.

HSL color Cylindrical-coordinate representation of color #273EBC: hue angle of 230.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273EBC is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3962188-
CMYK0.790.6700.26
HSL230.74º65.64%44.51%-
HSV(B)230.74º79.26%73.73%-
XYZ11.647.5148.41-
YUV69.49194.88106.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 188 (73.83% from 255) = 65.05%
R=13.49%
G=21.45%
B=65.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39621880.790.6700.26230.7465.6444.51
Hex273EBC4F4301Ae7422d
Octal477627411710303234710255
Binary1001111111101011110010011111000011011010111001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273EBC; }

 p { color: rgb(39,62,188); }

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

<style>
 a { background-color: #273EBC; }

 a { background-color: rgb(39,62,188); }

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

<style>
 span { border-color: #273EBC; }

 span { border-color: rgb(39,62,188); }

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