Html Css Color HEX #303CCE Persian Blue

📋 copy color: '#303CCE'

red 48 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #303CCE

Tints of Persian Blue #303CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 15.29%
G = 19.11%
B = 65.61%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#303CCE (or 0x303CCE) is known color: Persian Blue. HEX triplet: 30, 3C and CE. RGB value is (48,60,206). Sum of RGB (Red+Green+Blue) = 48+60+206=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #303CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CCE is #CFC331. Grayscale: #484848. Windows color (decimal): -13615922 or 13515824. OLE color: 13515824.

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

Color convert

RGB 48 60 206 -
CMYK 0.77 0.71 0 0.19
HSL 235.44º 0.62% 0.5% -
HSV(B) 235.44º 0.77% 0.81% -
XYZ 13.98 8.32 59.26 -
YUV 73.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 48 60 206 0.77 0.71 0 0.19 235.44 0.62 0.5
Hex 30 3C CE 4D 47 0 13 EB 3E 32
Octal 60 74 316 115 107 0 23 353 76 62
Binary 110000 111100 11001110 1001101 1000111 0 10011 11101011 111110 110010

Color Harmonies of #303CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303CCE

Black with #303CCE

Text Example


Text Example

White with #303CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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