Html Css Color HEX #2840BC Persian Blue

📋 copy color: '#2840BC'

red 40 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #2840BC

Tints of Persian Blue #2840BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 13.7%
G = 21.92%
B = 64.38%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2840BC (or 0x2840BC) is known color: Persian Blue. HEX triplet: 28, 40 and BC. RGB value is (40,64,188). Sum of RGB (Red+Green+Blue) = 40+64+188=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #2840BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2840BC is #D7BF43. Grayscale: #464646. Windows color (decimal): -14139204 or 12337192. OLE color: 12337192.

HSL color Cylindrical-coordinate representation of color #2840BC: hue angle of 230.27º 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 #2840BC is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 64 188 -
CMYK 0.79 0.66 0 0.26
HSL 230.27º 0.65% 0.45% -
HSV(B) 230.27º 0.79% 0.74% -
XYZ 11.79 7.75 48.45 -
YUV 70.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 40 64 188 0.79 0.66 0 0.26 230.27 0.65 0.45
Hex 28 40 BC 4F 42 0 1A E6 41 2D
Octal 50 100 274 117 102 0 32 346 101 55
Binary 101000 1000000 10111100 1001111 1000010 0 11010 11100110 1000001 101101

Color Harmonies of #2840BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2840BC

Black with #2840BC

Text Example


Text Example

White with #2840BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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