Html Css Color HEX #303AAC Persian Blue

📋 copy color: '#303AAC'

red 48 ◦ green 58 ◦ blue 172

#303AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #303AAC

Tints of Persian Blue #303AAC

RGB

 RED value IS 48 (19.14% from 255) = 17.27%

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 172 (67.58% from 255) = 61.87%

R = 17.27%
G = 20.86%
B = 61.87%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#303AAC (or 0x303AAC) is known color: Persian Blue. HEX triplet: 30, 3A and AC. RGB value is (48,58,172). Sum of RGB (Red+Green+Blue) = 48+58+172=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #303AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303AAC is #CFC553. Grayscale: #434343. Windows color (decimal): -13616468 or 11287088. OLE color: 11287088.

HSL color Cylindrical-coordinate representation of color #303AAC: hue angle of 235.16º 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 #303AAC is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 58 172 -
CMYK 0.72 0.66 0 0.33
HSL 235.16º 0.56% 0.43% -
HSV(B) 235.16º 0.72% 0.67% -
XYZ 10.18 6.63 39.77 -
YUV 68.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 48 58 172 0.72 0.66 0 0.33 235.16 0.56 0.43
Hex 30 3A AC 48 42 0 21 EB 38 2B
Octal 60 72 254 110 102 0 41 353 70 53
Binary 110000 111010 10101100 1001000 1000010 0 100001 11101011 111000 101011

Color Harmonies of #303AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303AAC

Black with #303AAC

Text Example


Text Example

White with #303AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,58,172); }

 H1.HeaderClassName
 {
   color: #303AAC;
 }
 .AnyTagClassName
 {
   color: #303AAC;
 }
</style>

background-color css

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

 a { background-color: rgb(48,58,172); }

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

border-color css

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

 span { border-color: rgb(48,58,172); }

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