Html Css Color HEX #303FCE Persian Blue

📋 copy color: '#303FCE'

red 48 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #303FCE

Tints of Persian Blue #303FCE

RGB

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

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

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

R = 15.14%
G = 19.87%
B = 64.98%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#303FCE (or 0x303FCE) is known color: Persian Blue. HEX triplet: 30, 3F and CE. RGB value is (48,63,206). Sum of RGB (Red+Green+Blue) = 48+63+206=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #303FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FCE is #CFC031. Grayscale: #4A4A4A. Windows color (decimal): -13615154 or 13516592. OLE color: 13516592.

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

Color convert

RGB 48 63 206 -
CMYK 0.77 0.69 0 0.19
HSL 234.3º 0.62% 0.5% -
HSV(B) 234.3º 0.77% 0.81% -
XYZ 14.14 8.64 59.32 -
YUV 74.82 202.03 108.87 -
System Red Green Blue C M Y K H S L
Decimal 48 63 206 0.77 0.69 0 0.19 234.3 0.62 0.5
Hex 30 3F CE 4D 45 0 13 EA 3E 32
Octal 60 77 316 115 105 0 23 352 76 62
Binary 110000 111111 11001110 1001101 1000101 0 10011 11101010 111110 110010

Color Harmonies of #303FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FCE

Black with #303FCE

Text Example


Text Example

White with #303FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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