Html Css Color HEX #3023DB Persian Blue

📋 copy color: '#3023DB'

red 48 ◦ green 35 ◦ blue 219

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

Shades of Persian Blue #3023DB

Tints of Persian Blue #3023DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 15.89%
G = 11.59%
B = 72.52%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3023DB (or 0x3023DB) is known color: Persian Blue. HEX triplet: 30, 23 and DB. RGB value is (48,35,219). Sum of RGB (Red+Green+Blue) = 48+35+219=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #3023DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023DB is #CFDC24. Grayscale: #3B3B3B. Windows color (decimal): -13622309 or 14361392. OLE color: 14361392.

HSL color Cylindrical-coordinate representation of color #3023DB: hue angle of 244.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3023DB is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 35 219 -
CMYK 0.78 0.84 0 0.14
HSL 244.24º 0.72% 0.5% -
HSV(B) 244.24º 0.84% 0.86% -
XYZ 14.61 6.94 67.59 -
YUV 59.86 217.81 119.54 -
System Red Green Blue C M Y K H S L
Decimal 48 35 219 0.78 0.84 0 0.14 244.24 0.72 0.5
Hex 30 23 DB 4E 54 0 E F4 48 32
Octal 60 43 333 116 124 0 16 364 110 62
Binary 110000 100011 11011011 1001110 1010100 0 1110 11110100 1001000 110010

Color Harmonies of #3023DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3023DB

Black with #3023DB

Text Example


Text Example

White with #3023DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3023DB; }

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

 H1.HeaderClassName
 {
   color: #3023DB;
 }
 .AnyTagClassName
 {
   color: #3023DB;
 }
</style>

background-color css

<style>
 a { background-color: #3023DB; }

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

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

border-color css

<style>
 span { border-color: #3023DB; }

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

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