Html Css Color HEX #303FCD Persian Blue

📋 copy color: '#303FCD'

red 48 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #303FCD

Tints of Persian Blue #303FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

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

R = 15.19%
G = 19.94%
B = 64.87%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#303FCD (or 0x303FCD) is known color: Persian Blue. HEX triplet: 30, 3F and CD. RGB value is (48,63,205). Sum of RGB (Red+Green+Blue) = 48+63+205=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #303FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FCD is #CFC032. Grayscale: #4A4A4A. Windows color (decimal): -13615155 or 13451056. OLE color: 13451056.

HSL color Cylindrical-coordinate representation of color #303FCD: hue angle of 234.27º 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 #303FCD is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 63 205 -
CMYK 0.77 0.69 0 0.20
HSL 234.27º 0.62% 0.5% -
HSV(B) 234.27º 0.77% 0.8% -
XYZ 14.02 8.59 58.68 -
YUV 74.7 201.53 108.95 -
System Red Green Blue C M Y K H S L
Decimal 48 63 205 0.77 0.69 0 0.20 234.27 0.62 0.5
Hex 30 3F CD 4D 45 0 14 EA 3E 32
Octal 60 77 315 115 105 0 24 352 76 62
Binary 110000 111111 11001101 1001101 1000101 0 10100 11101010 111110 110010

Color Harmonies of #303FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FCD

Black with #303FCD

Text Example


Text Example

White with #303FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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