Html Css Color HEX #2830BB Persian Blue

📋 copy color: '#2830BB'

red 40 ◦ green 48 ◦ blue 187

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

Shades of Persian Blue #2830BB

Tints of Persian Blue #2830BB

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2830BB (or 0x2830BB) is known color: Persian Blue. HEX triplet: 28, 30 and BB. RGB value is (40,48,187). Sum of RGB (Red+Green+Blue) = 40+48+187=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 48 (19.14% from 255 or 17.45% 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 #2830BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830BB is #D7CF44. Grayscale: #3C3C3C. Windows color (decimal): -14143301 or 12267560. OLE color: 12267560.

HSL color Cylindrical-coordinate representation of color #2830BB: hue angle of 236.73º 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 #2830BB is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 48 187 -
CMYK 0.79 0.74 0 0.27
HSL 236.73º 0.65% 0.45% -
HSV(B) 236.73º 0.79% 0.73% -
XYZ 10.9 6.15 47.63 -
YUV 61.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 40 48 187 0.79 0.74 0 0.27 236.73 0.65 0.45
Hex 28 30 BB 4F 4A 0 1B ED 41 2D
Octal 50 60 273 117 112 0 33 355 101 55
Binary 101000 110000 10111011 1001111 1001010 0 11011 11101101 1000001 101101

Color Harmonies of #2830BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830BB

Black with #2830BB

Text Example


Text Example

White with #2830BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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