#3034cf

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

Shades of Persian Blue #3034CF

Tints of Persian Blue #3034CF

Color information

#3034CF (or 0x3034CF) is unknown color: approx Persian Blue. HEX triplet: 30, 34 and CF. RGB value is (48,52,207). Sum of RGB (Red+Green+Blue) = 48+52+207=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #3034CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3034CF is #CFCB30. Grayscale: #434343. Windows color (decimal): -13617969 or 13579312. OLE color: 13579312.

HSL color Cylindrical-coordinate representation of color #3034CF: hue angle of 238.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3034CF is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4852207-
CMYK0.770.7500.19
HSL238.49º62.35%50%-
HSV(B)238.49º76.81%81.18%-
XYZ13.717.5959.77-
YUV68.47206.17113.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 207 (81.25% from 255) = 67.43%
R=15.64%
G=16.94%
B=67.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48522070.770.7500.19238.4962.3550
Hex3034CF4D4B013ee3e32
Octal60643171151130233567662
Binary110000110100110011111001101100101101001111101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3034cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3034cf; }

 p { color: rgb(48,52,207); }

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

<style>
 a { background-color: #3034cf; }

 a { background-color: rgb(48,52,207); }

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

<style>
 span { border-color: #3034cf; }

 span { border-color: rgb(48,52,207); }

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