#303CAA

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

Shades of Persian Blue #303CAA

Tints of Persian Blue #303CAA

Color information

#303CAA (or 0x303CAA) is unknown color: approx Persian Blue. HEX triplet: 30, 3C and AA. RGB value is (48,60,170). Sum of RGB (Red+Green+Blue) = 48+60+170=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #303CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303CAA is #CFC355. Grayscale: #444444. Windows color (decimal): -13615958 or 11156528. OLE color: 11156528.

HSL color Cylindrical-coordinate representation of color #303CAA: hue angle of 234.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #303CAA is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4860170-
CMYK0.720.6500.33
HSL234.1º55.96%42.75%-
HSV(B)234.1º71.76%66.67%-
XYZ10.096.7638.8-
YUV68.95185.02113.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=17.27%
G=21.58%
B=61.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48601700.720.6500.33234.155.9642.75
Hex303CAA4841021ea382b
Octal60742521101010413527053
Binary1100001111001010101010010001000001010000111101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303CAA; }

 p { color: rgb(48,60,170); }

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

<style>
 a { background-color: #303CAA; }

 a { background-color: rgb(48,60,170); }

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

<style>
 span { border-color: #303CAA; }

 span { border-color: rgb(48,60,170); }

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