Html Css Color HEX #303BDC Persian Blue

📋 copy color: '#303BDC'

red 48 ◦ green 59 ◦ blue 220

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

Shades of Persian Blue #303BDC

Tints of Persian Blue #303BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.04%

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

R = 14.68%
G = 18.04%
B = 67.28%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#303BDC (or 0x303BDC) is known color: Persian Blue. HEX triplet: 30, 3B and DC. RGB value is (48,59,220). Sum of RGB (Red+Green+Blue) = 48+59+220=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #303BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BDC is #CFC423. Grayscale: #494949. Windows color (decimal): -13616164 or 14433072. OLE color: 14433072.

HSL color Cylindrical-coordinate representation of color #303BDC: hue angle of 236.16º 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 #303BDC is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 59 220 -
CMYK 0.78 0.73 0 0.14
HSL 236.16º 0.71% 0.53% -
HSV(B) 236.16º 0.78% 0.86% -
XYZ 15.7 8.92 68.61 -
YUV 74.07 210.36 109.41 -
System Red Green Blue C M Y K H S L
Decimal 48 59 220 0.78 0.73 0 0.14 236.16 0.71 0.53
Hex 30 3B DC 4E 49 0 E EC 47 35
Octal 60 73 334 116 111 0 16 354 107 65
Binary 110000 111011 11011100 1001110 1001001 0 1110 11101100 1000111 110101

Color Harmonies of #303BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BDC

Black with #303BDC

Text Example


Text Example

White with #303BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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