#2734BC

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

Shades of Persian Blue #2734BC

Tints of Persian Blue #2734BC

Color information

#2734BC (or 0x2734BC) is unknown color: approx Persian Blue. HEX triplet: 27, 34 and BC. RGB value is (39,52,188). Sum of RGB (Red+Green+Blue) = 39+52+188=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #2734BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2734BC is #D8CB43. Grayscale: #3F3F3F. Windows color (decimal): -14207812 or 12334119. OLE color: 12334119.

HSL color Cylindrical-coordinate representation of color #2734BC: hue angle of 234.77º 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 #2734BC is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3952188-
CMYK0.790.7200.26
HSL234.77º65.64%44.51%-
HSV(B)234.77º79.26%73.73%-
XYZ11.146.5248.25-
YUV63.62198.19110.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 188 (73.83% from 255) = 67.38%
R=13.98%
G=18.64%
B=67.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39521880.790.7200.26234.7765.6444.51
Hex2734BC4F4801Aeb422d
Octal476427411711003235310255
Binary1001111101001011110010011111001000011010111010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2734BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2734BC; }

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

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

<style>
 a { background-color: #2734BC; }

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

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

<style>
 span { border-color: #2734BC; }

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

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