Html Css Color HEX #302EDB Persian Blue

📋 copy color: '#302EDB'

red 48 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #302EDB

Tints of Persian Blue #302EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

 BLUE value IS 219 (85.94% from 255) = 69.97%

R = 15.34%
G = 14.7%
B = 69.97%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#302EDB (or 0x302EDB) is known color: Persian Blue. HEX triplet: 30, 2E and DB. RGB value is (48,46,219). Sum of RGB (Red+Green+Blue) = 48+46+219=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #302EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EDB is #CFD124. Grayscale: #414141. Windows color (decimal): -13619493 or 14364208. OLE color: 14364208.

HSL color Cylindrical-coordinate representation of color #302EDB: hue angle of 240.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302EDB is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 46 219 -
CMYK 0.78 0.79 0 0.14
HSL 240.69º 0.71% 0.52% -
HSV(B) 240.69º 0.79% 0.86% -
XYZ 14.98 7.7 67.71 -
YUV 66.32 214.16 114.93 -
System Red Green Blue C M Y K H S L
Decimal 48 46 219 0.78 0.79 0 0.14 240.69 0.71 0.52
Hex 30 2E DB 4E 4F 0 E F1 47 34
Octal 60 56 333 116 117 0 16 361 107 64
Binary 110000 101110 11011011 1001110 1001111 0 1110 11110001 1000111 110100

Color Harmonies of #302EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302EDB

Black with #302EDB

Text Example


Text Example

White with #302EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302EDB; }

 p { color: rgb(48,46,219); }

 H1.HeaderClassName
 {
   color: #302EDB;
 }
 .AnyTagClassName
 {
   color: #302EDB;
 }
</style>

background-color css

<style>
 a { background-color: #302EDB; }

 a { background-color: rgb(48,46,219); }

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

border-color css

<style>
 span { border-color: #302EDB; }

 span { border-color: rgb(48,46,219); }

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