Html Css Color HEX #302EDF Persian Blue

📋 copy color: '#302EDF'

red 48 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #302EDF

Tints of Persian Blue #302EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 15.14%
G = 14.51%
B = 70.35%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#302EDF (or 0x302EDF) is known color: Persian Blue. HEX triplet: 30, 2E and DF. RGB value is (48,46,223). Sum of RGB (Red+Green+Blue) = 48+46+223=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #302EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302EDF is #CFD120. Grayscale: #424242. Windows color (decimal): -13619489 or 14626352. OLE color: 14626352.

HSL color Cylindrical-coordinate representation of color #302EDF: hue angle of 240.68º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302EDF is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 46 223 -
CMYK 0.78 0.79 0 0.13
HSL 240.68º 0.73% 0.53% -
HSV(B) 240.68º 0.79% 0.87% -
XYZ 15.52 7.91 70.52 -
YUV 66.78 216.16 114.61 -
System Red Green Blue C M Y K H S L
Decimal 48 46 223 0.78 0.79 0 0.13 240.68 0.73 0.53
Hex 30 2E DF 4E 4F 0 D F1 49 35
Octal 60 56 337 116 117 0 15 361 111 65
Binary 110000 101110 11011111 1001110 1001111 0 1101 11110001 1001001 110101

Color Harmonies of #302EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302EDF

Black with #302EDF

Text Example


Text Example

White with #302EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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