Html Css Color HEX #3028BB Persian Blue

📋 copy color: '#3028BB'

red 48 ◦ green 40 ◦ blue 187

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

Shades of Persian Blue #3028BB

Tints of Persian Blue #3028BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 187 (73.44% from 255) = 68%

R = 17.45%
G = 14.55%
B = 68%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3028BB (or 0x3028BB) is known color: Persian Blue. HEX triplet: 30, 28 and BB. RGB value is (48,40,187). Sum of RGB (Red+Green+Blue) = 48+40+187=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #3028BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028BB is #CFD744. Grayscale: #3A3A3A. Windows color (decimal): -13621061 or 12265520. OLE color: 12265520.

HSL color Cylindrical-coordinate representation of color #3028BB: hue angle of 243.27º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3028BB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 40 187 -
CMYK 0.74 0.79 0 0.27
HSL 243.27º 0.65% 0.45% -
HSV(B) 243.27º 0.79% 0.73% -
XYZ 10.95 5.73 47.54 -
YUV 59.15 200.15 120.05 -
System Red Green Blue C M Y K H S L
Decimal 48 40 187 0.74 0.79 0 0.27 243.27 0.65 0.45
Hex 30 28 BB 4A 4F 0 1B F3 41 2D
Octal 60 50 273 112 117 0 33 363 101 55
Binary 110000 101000 10111011 1001010 1001111 0 11011 11110011 1000001 101101

Color Harmonies of #3028BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3028BB

Black with #3028BB

Text Example


Text Example

White with #3028BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3028BB; }

 p { color: rgb(48,40,187); }

 H1.HeaderClassName
 {
   color: #3028BB;
 }
 .AnyTagClassName
 {
   color: #3028BB;
 }
</style>

background-color css

<style>
 a { background-color: #3028BB; }

 a { background-color: rgb(48,40,187); }

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

border-color css

<style>
 span { border-color: #3028BB; }

 span { border-color: rgb(48,40,187); }

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