#302DBA

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

Shades of Persian Blue #302DBA

Tints of Persian Blue #302DBA

Color information

#302DBA (or 0x302DBA) is unknown color: approx Persian Blue. HEX triplet: 30, 2D and BA. RGB value is (48,45,186). Sum of RGB (Red+Green+Blue) = 48+45+186=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #302DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DBA is #CFD245. Grayscale: #3D3D3D. Windows color (decimal): -13619782 or 12201264. OLE color: 12201264.

HSL color Cylindrical-coordinate representation of color #302DBA: hue angle of 241.28º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302DBA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4845186-
CMYK0.740.7600.27
HSL241.28º61.04%45.29%-
HSV(B)241.28º75.81%72.94%-
XYZ11.026.0547.04-
YUV61.97197.99118.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 186 (73.05% from 255) = 66.67%
R=17.20%
G=16.13%
B=66.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48451860.740.7600.27241.2861.0445.29
Hex302DBA4A4C01Bf13d2d
Octal60552721121140333617555
Binary110000101101101110101001010100110001101111110001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302DBA; }

 p { color: rgb(48,45,186); }

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

<style>
 a { background-color: #302DBA; }

 a { background-color: rgb(48,45,186); }

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

<style>
 span { border-color: #302DBA; }

 span { border-color: rgb(48,45,186); }

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