Html Css Color HEX #303AD7 Persian Blue

📋 copy color: '#303AD7'

red 48 ◦ green 58 ◦ blue 215

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

Shades of Persian Blue #303AD7

Tints of Persian Blue #303AD7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 14.95%
G = 18.07%
B = 66.98%

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

#303AD7 (or 0x303AD7) is known color: Persian Blue. HEX triplet: 30, 3A and D7. RGB value is (48,58,215). Sum of RGB (Red+Green+Blue) = 48+58+215=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #303AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303AD7 is #CFC528. Grayscale: #484848. Windows color (decimal): -13616425 or 14105136. OLE color: 14105136.

HSL color Cylindrical-coordinate representation of color #303AD7: hue angle of 236.41º 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 #303AD7 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 58 215 -
CMYK 0.78 0.73 0 0.16
HSL 236.41º 0.68% 0.52% -
HSV(B) 236.41º 0.78% 0.84% -
XYZ 15 8.56 65.15 -
YUV 72.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 48 58 215 0.78 0.73 0 0.16 236.41 0.68 0.52
Hex 30 3A D7 4E 49 0 10 EC 44 34
Octal 60 72 327 116 111 0 20 354 104 64
Binary 110000 111010 11010111 1001110 1001001 0 10000 11101100 1000100 110100

Color Harmonies of #303AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303AD7

Black with #303AD7

Text Example


Text Example

White with #303AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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