Html Css Color HEX #303BD7 Persian Blue

📋 copy color: '#303BD7'

red 48 ◦ green 59 ◦ blue 215

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

Shades of Persian Blue #303BD7

Tints of Persian Blue #303BD7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

 BLUE value IS 215 (84.38% from 255) = 66.77%

R = 14.91%
G = 18.32%
B = 66.77%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#303BD7 (or 0x303BD7) is known color: Persian Blue. HEX triplet: 30, 3B and D7. RGB value is (48,59,215). Sum of RGB (Red+Green+Blue) = 48+59+215=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #303BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BD7 is #CFC428. Grayscale: #484848. Windows color (decimal): -13616169 or 14105392. OLE color: 14105392.

HSL color Cylindrical-coordinate representation of color #303BD7: hue angle of 236.05º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303BD7 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 59 215 -
CMYK 0.78 0.73 0 0.16
HSL 236.05º 0.68% 0.52% -
HSV(B) 236.05º 0.78% 0.84% -
XYZ 15.05 8.66 65.17 -
YUV 73.5 207.86 109.82 -
System Red Green Blue C M Y K H S L
Decimal 48 59 215 0.78 0.73 0 0.16 236.05 0.68 0.52
Hex 30 3B D7 4E 49 0 10 EC 44 34
Octal 60 73 327 116 111 0 20 354 104 64
Binary 110000 111011 11010111 1001110 1001001 0 10000 11101100 1000100 110100

Color Harmonies of #303BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BD7

Black with #303BD7

Text Example


Text Example

White with #303BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303BD7; }

 p { color: rgb(48,59,215); }

 H1.HeaderClassName
 {
   color: #303BD7;
 }
 .AnyTagClassName
 {
   color: #303BD7;
 }
</style>

background-color css

<style>
 a { background-color: #303BD7; }

 a { background-color: rgb(48,59,215); }

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

border-color css

<style>
 span { border-color: #303BD7; }

 span { border-color: rgb(48,59,215); }

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