Html Css Color HEX #2834BC Persian Blue

📋 copy color: '#2834BC'

red 40 ◦ green 52 ◦ blue 188

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

Shades of Persian Blue #2834BC

Tints of Persian Blue #2834BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 14.29%
G = 18.57%
B = 67.14%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2834BC (or 0x2834BC) is known color: Persian Blue. HEX triplet: 28, 34 and BC. RGB value is (40,52,188). Sum of RGB (Red+Green+Blue) = 40+52+188=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #2834BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2834BC is #D7CB43. Grayscale: #3F3F3F. Windows color (decimal): -14142276 or 12334120. OLE color: 12334120.

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

Color convert

RGB 40 52 188 -
CMYK 0.79 0.72 0 0.26
HSL 235.14º 0.65% 0.45% -
HSV(B) 235.14º 0.79% 0.74% -
XYZ 11.18 6.54 48.25 -
YUV 63.92 198.02 110.94 -
System Red Green Blue C M Y K H S L
Decimal 40 52 188 0.79 0.72 0 0.26 235.14 0.65 0.45
Hex 28 34 BC 4F 48 0 1A EB 41 2D
Octal 50 64 274 117 110 0 32 353 101 55
Binary 101000 110100 10111100 1001111 1001000 0 11010 11101011 1000001 101101

Color Harmonies of #2834BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2834BC

Black with #2834BC

Text Example


Text Example

White with #2834BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2834BC; }

 p { color: rgb(40,52,188); }

 H1.HeaderClassName
 {
   color: #2834BC;
 }
 .AnyTagClassName
 {
   color: #2834BC;
 }
</style>

background-color css

<style>
 a { background-color: #2834BC; }

 a { background-color: rgb(40,52,188); }

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

border-color css

<style>
 span { border-color: #2834BC; }

 span { border-color: rgb(40,52,188); }

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