Html Css Color HEX #302BD5 Persian Blue

📋 copy color: '#302BD5'

red 48 ◦ green 43 ◦ blue 213

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

Shades of Persian Blue #302BD5

Tints of Persian Blue #302BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 70.07%

R = 15.79%
G = 14.14%
B = 70.07%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#302BD5 (or 0x302BD5) is known color: Persian Blue. HEX triplet: 30, 2B and D5. RGB value is (48,43,213). Sum of RGB (Red+Green+Blue) = 48+43+213=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #302BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BD5 is #CFD42A. Grayscale: #3F3F3F. Windows color (decimal): -13620267 or 13970224. OLE color: 13970224.

HSL color Cylindrical-coordinate representation of color #302BD5: hue angle of 241.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302BD5 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 43 213 -
CMYK 0.77 0.80 0 0.16
HSL 241.76º 0.67% 0.5% -
HSV(B) 241.76º 0.8% 0.84% -
XYZ 14.09 7.16 63.59 -
YUV 63.88 212.16 116.68 -
System Red Green Blue C M Y K H S L
Decimal 48 43 213 0.77 0.80 0 0.16 241.76 0.67 0.5
Hex 30 2B D5 4D 50 0 10 F2 43 32
Octal 60 53 325 115 120 0 20 362 103 62
Binary 110000 101011 11010101 1001101 1010000 0 10000 11110010 1000011 110010

Color Harmonies of #302BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BD5

Black with #302BD5

Text Example


Text Example

White with #302BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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