Html Css Color HEX #303ADC Persian Blue

📋 copy color: '#303ADC'

red 48 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #303ADC

Tints of Persian Blue #303ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 14.72%
G = 17.79%
B = 67.48%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#303ADC (or 0x303ADC) is known color: Persian Blue. HEX triplet: 30, 3A and DC. RGB value is (48,58,220). Sum of RGB (Red+Green+Blue) = 48+58+220=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #303ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ADC is #CFC523. Grayscale: #484848. Windows color (decimal): -13616420 or 14432816. OLE color: 14432816.

HSL color Cylindrical-coordinate representation of color #303ADC: hue angle of 236.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303ADC is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 58 220 -
CMYK 0.78 0.74 0 0.14
HSL 236.51º 0.71% 0.53% -
HSV(B) 236.51º 0.78% 0.86% -
XYZ 15.65 8.82 68.59 -
YUV 73.48 210.69 109.83 -
System Red Green Blue C M Y K H S L
Decimal 48 58 220 0.78 0.74 0 0.14 236.51 0.71 0.53
Hex 30 3A DC 4E 4A 0 E ED 47 35
Octal 60 72 334 116 112 0 16 355 107 65
Binary 110000 111010 11011100 1001110 1001010 0 1110 11101101 1000111 110101

Color Harmonies of #303ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ADC

Black with #303ADC

Text Example


Text Example

White with #303ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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