Html Css Color HEX #303ECE Persian Blue

📋 copy color: '#303ECE'

red 48 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #303ECE

Tints of Persian Blue #303ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.62%

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

R = 15.19%
G = 19.62%
B = 65.19%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#303ECE (or 0x303ECE) is known color: Persian Blue. HEX triplet: 30, 3E and CE. RGB value is (48,62,206). Sum of RGB (Red+Green+Blue) = 48+62+206=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #303ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ECE is #CFC131. Grayscale: #494949. Windows color (decimal): -13615410 or 13516336. OLE color: 13516336.

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

Color convert

RGB 48 62 206 -
CMYK 0.77 0.70 0 0.19
HSL 234.68º 0.62% 0.5% -
HSV(B) 234.68º 0.77% 0.81% -
XYZ 14.08 8.53 59.3 -
YUV 74.23 202.36 109.29 -
System Red Green Blue C M Y K H S L
Decimal 48 62 206 0.77 0.70 0 0.19 234.68 0.62 0.5
Hex 30 3E CE 4D 46 0 13 EB 3E 32
Octal 60 76 316 115 106 0 23 353 76 62
Binary 110000 111110 11001110 1001101 1000110 0 10011 11101011 111110 110010

Color Harmonies of #303ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ECE

Black with #303ECE

Text Example


Text Example

White with #303ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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