Html Css Color HEX #303AD6 Persian Blue

📋 copy color: '#303AD6'

red 48 ◦ green 58 ◦ blue 214

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

Shades of Persian Blue #303AD6

Tints of Persian Blue #303AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 66.88%

R = 15%
G = 18.13%
B = 66.88%

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

#303AD6 (or 0x303AD6) is known color: Persian Blue. HEX triplet: 30, 3A and D6. RGB value is (48,58,214). Sum of RGB (Red+Green+Blue) = 48+58+214=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #303AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303AD6 is #CFC529. Grayscale: #484848. Windows color (decimal): -13616426 or 14039600. OLE color: 14039600.

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

Color convert

RGB 48 58 214 -
CMYK 0.78 0.73 0 0.16
HSL 236.39º 0.67% 0.51% -
HSV(B) 236.39º 0.78% 0.84% -
XYZ 14.87 8.51 64.48 -
YUV 72.79 207.69 110.32 -
System Red Green Blue C M Y K H S L
Decimal 48 58 214 0.78 0.73 0 0.16 236.39 0.67 0.51
Hex 30 3A D6 4E 49 0 10 EC 43 33
Octal 60 72 326 116 111 0 20 354 103 63
Binary 110000 111010 11010110 1001110 1001001 0 10000 11101100 1000011 110011

Color Harmonies of #303AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303AD6

Black with #303AD6

Text Example


Text Example

White with #303AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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