Html Css Color HEX #2843BC Persian Blue

📋 copy color: '#2843BC'

red 40 ◦ green 67 ◦ blue 188

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

Shades of Persian Blue #2843BC

Tints of Persian Blue #2843BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.71%

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

R = 13.56%
G = 22.71%
B = 63.73%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2843BC (or 0x2843BC) is known color: Persian Blue. HEX triplet: 28, 43 and BC. RGB value is (40,67,188). Sum of RGB (Red+Green+Blue) = 40+67+188=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #2843BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843BC is #D7BC43. Grayscale: #484848. Windows color (decimal): -14138436 or 12337960. OLE color: 12337960.

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

Color convert

RGB 40 67 188 -
CMYK 0.79 0.64 0 0.26
HSL 229.05º 0.65% 0.45% -
HSV(B) 229.05º 0.79% 0.74% -
XYZ 11.96 8.1 48.51 -
YUV 72.72 193.05 104.66 -
System Red Green Blue C M Y K H S L
Decimal 40 67 188 0.79 0.64 0 0.26 229.05 0.65 0.45
Hex 28 43 BC 4F 40 0 1A E5 41 2D
Octal 50 103 274 117 100 0 32 345 101 55
Binary 101000 1000011 10111100 1001111 1000000 0 11010 11100101 1000001 101101

Color Harmonies of #2843BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2843BC

Black with #2843BC

Text Example


Text Example

White with #2843BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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