Html Css Color HEX #302FE0 Persian Blue

📋 copy color: '#302FE0'

red 48 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #302FE0

Tints of Persian Blue #302FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

 BLUE value IS 224 (87.89% from 255) = 70.22%

R = 15.05%
G = 14.73%
B = 70.22%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#302FE0 (or 0x302FE0) is known color: Persian Blue. HEX triplet: 30, 2F and E0. RGB value is (48,47,224). Sum of RGB (Red+Green+Blue) = 48+47+224=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #302FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FE0 is #CFD01F. Grayscale: #424242. Windows color (decimal): -13619232 or 14692144. OLE color: 14692144.

HSL color Cylindrical-coordinate representation of color #302FE0: hue angle of 240.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302FE0 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 47 224 -
CMYK 0.79 0.79 0 0.12
HSL 240.34º 0.74% 0.53% -
HSV(B) 240.34º 0.79% 0.88% -
XYZ 15.69 8.04 71.25 -
YUV 67.48 216.33 114.11 -
System Red Green Blue C M Y K H S L
Decimal 48 47 224 0.79 0.79 0 0.12 240.34 0.74 0.53
Hex 30 2F E0 4F 4F 0 C F0 4A 35
Octal 60 57 340 117 117 0 14 360 112 65
Binary 110000 101111 11100000 1001111 1001111 0 1100 11110000 1001010 110101

Color Harmonies of #302FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302FE0

Black with #302FE0

Text Example


Text Example

White with #302FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,47,224); }

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

background-color css

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

 a { background-color: rgb(48,47,224); }

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

border-color css

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

 span { border-color: rgb(48,47,224); }

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