Html Css Color HEX #303CCD Persian Blue

📋 copy color: '#303CCD'

red 48 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #303CCD

Tints of Persian Blue #303CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 15.34%
G = 19.17%
B = 65.5%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#303CCD (or 0x303CCD) is known color: Persian Blue. HEX triplet: 30, 3C and CD. RGB value is (48,60,205). Sum of RGB (Red+Green+Blue) = 48+60+205=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #303CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CCD is #CFC332. Grayscale: #484848. Windows color (decimal): -13615923 or 13450288. OLE color: 13450288.

HSL color Cylindrical-coordinate representation of color #303CCD: hue angle of 235.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303CCD is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 60 205 -
CMYK 0.77 0.71 0 0.20
HSL 235.41º 0.62% 0.5% -
HSV(B) 235.41º 0.77% 0.8% -
XYZ 13.85 8.27 58.62 -
YUV 72.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 48 60 205 0.77 0.71 0 0.20 235.41 0.62 0.5
Hex 30 3C CD 4D 47 0 14 EB 3E 32
Octal 60 74 315 115 107 0 24 353 76 62
Binary 110000 111100 11001101 1001101 1000111 0 10100 11101011 111110 110010

Color Harmonies of #303CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303CCD

Black with #303CCD

Text Example


Text Example

White with #303CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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