#302ACA

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

Shades of Persian Blue #302ACA

Tints of Persian Blue #302ACA

Color information

#302ACA (or 0x302ACA) is unknown color: approx Persian Blue. HEX triplet: 30, 2A and CA. RGB value is (48,42,202). Sum of RGB (Red+Green+Blue) = 48+42+202=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #302ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ACA is #CFD535. Grayscale: #3D3D3D. Windows color (decimal): -13620534 or 13249072. OLE color: 13249072.

HSL color Cylindrical-coordinate representation of color #302ACA: hue angle of 242.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302ACA is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4842202-
CMYK0.760.7900.21
HSL242.25º65.57%47.84%-
HSV(B)242.25º79.21%79.22%-
XYZ12.716.5556.47-
YUV62.03206.99117.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 202 (79.30% from 255) = 69.18%
R=16.44%
G=14.38%
B=69.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48422020.760.7900.21242.2565.5747.84
Hex302ACA4C4F015f24230
Octal605231211411702536210260
Binary1100001010101100101010011001001111010101111100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,42,202); }

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

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

 a { background-color: rgb(48,42,202); }

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

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

 span { border-color: rgb(48,42,202); }

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