Html Css Color HEX #303ADB Persian Blue

📋 copy color: '#303ADB'

red 48 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #303ADB

Tints of Persian Blue #303ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 14.77%
G = 17.85%
B = 67.38%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#303ADB (or 0x303ADB) is known color: Persian Blue. HEX triplet: 30, 3A and DB. RGB value is (48,58,219). Sum of RGB (Red+Green+Blue) = 48+58+219=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #303ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303ADB is #CFC524. Grayscale: #484848. Windows color (decimal): -13616421 or 14367280. OLE color: 14367280.

HSL color Cylindrical-coordinate representation of color #303ADB: hue angle of 236.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #303ADB is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 58 219 -
CMYK 0.78 0.74 0 0.14
HSL 236.49º 0.7% 0.52% -
HSV(B) 236.49º 0.78% 0.86% -
XYZ 15.52 8.77 67.89 -
YUV 73.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 48 58 219 0.78 0.74 0 0.14 236.49 0.7 0.52
Hex 30 3A DB 4E 4A 0 E EC 46 34
Octal 60 72 333 116 112 0 16 354 106 64
Binary 110000 111010 11011011 1001110 1001010 0 1110 11101100 1000110 110100

Color Harmonies of #303ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303ADB

Black with #303ADB

Text Example


Text Example

White with #303ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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