Html Css Color HEX #303BD6 Persian Blue

📋 copy color: '#303BD6'

red 48 ◦ green 59 ◦ blue 214

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

Shades of Persian Blue #303BD6

Tints of Persian Blue #303BD6

RGB

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

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

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

R = 14.95%
G = 18.38%
B = 66.67%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#303BD6 (or 0x303BD6) is known color: Persian Blue. HEX triplet: 30, 3B and D6. RGB value is (48,59,214). Sum of RGB (Red+Green+Blue) = 48+59+214=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 214 (83.98% from 255 or 66.67% from 321); Max value from RGB is 214 - color contains mainly: blue. Hex color #303BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BD6 is #CFC429. Grayscale: #484848. Windows color (decimal): -13616170 or 14039856. OLE color: 14039856.

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

Color convert

RGB 48 59 214 -
CMYK 0.78 0.72 0 0.16
HSL 236.02º 0.67% 0.51% -
HSV(B) 236.02º 0.78% 0.84% -
XYZ 14.92 8.61 64.49 -
YUV 73.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 48 59 214 0.78 0.72 0 0.16 236.02 0.67 0.51
Hex 30 3B D6 4E 48 0 10 EC 43 33
Octal 60 73 326 116 110 0 20 354 103 63
Binary 110000 111011 11010110 1001110 1001000 0 10000 11101100 1000011 110011

Color Harmonies of #303BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BD6

Black with #303BD6

Text Example


Text Example

White with #303BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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