Html Css Color HEX #302BDF Persian Blue

📋 copy color: '#302BDF'

red 48 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #302BDF

Tints of Persian Blue #302BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 15.29%
G = 13.69%
B = 71.02%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#302BDF (or 0x302BDF) is known color: Persian Blue. HEX triplet: 30, 2B and DF. RGB value is (48,43,223). Sum of RGB (Red+Green+Blue) = 48+43+223=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #302BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BDF is #CFD420. Grayscale: #404040. Windows color (decimal): -13620257 or 14625584. OLE color: 14625584.

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

Color convert

RGB 48 43 223 -
CMYK 0.78 0.81 0 0.13
HSL 241.67º 0.74% 0.52% -
HSV(B) 241.67º 0.81% 0.87% -
XYZ 15.4 7.68 70.48 -
YUV 65.02 217.16 115.86 -
System Red Green Blue C M Y K H S L
Decimal 48 43 223 0.78 0.81 0 0.13 241.67 0.74 0.52
Hex 30 2B DF 4E 51 0 D F2 4A 34
Octal 60 53 337 116 121 0 15 362 112 64
Binary 110000 101011 11011111 1001110 1010001 0 1101 11110010 1001010 110100

Color Harmonies of #302BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BDF

Black with #302BDF

Text Example


Text Example

White with #302BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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