Html Css Color HEX #2839BC Persian Blue

📋 copy color: '#2839BC'

red 40 ◦ green 57 ◦ blue 188

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

Shades of Persian Blue #2839BC

Tints of Persian Blue #2839BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

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

R = 14.04%
G = 20%
B = 65.96%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2839BC (or 0x2839BC) is known color: Persian Blue. HEX triplet: 28, 39 and BC. RGB value is (40,57,188). Sum of RGB (Red+Green+Blue) = 40+57+188=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #2839BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2839BC is #D7C643. Grayscale: #424242. Windows color (decimal): -14140996 or 12335400. OLE color: 12335400.

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

Color convert

RGB 40 57 188 -
CMYK 0.79 0.70 0 0.26
HSL 233.11º 0.65% 0.45% -
HSV(B) 233.11º 0.79% 0.74% -
XYZ 11.42 7.01 48.33 -
YUV 66.85 196.37 108.85 -
System Red Green Blue C M Y K H S L
Decimal 40 57 188 0.79 0.70 0 0.26 233.11 0.65 0.45
Hex 28 39 BC 4F 46 0 1A E9 41 2D
Octal 50 71 274 117 106 0 32 351 101 55
Binary 101000 111001 10111100 1001111 1000110 0 11010 11101001 1000001 101101

Color Harmonies of #2839BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2839BC

Black with #2839BC

Text Example


Text Example

White with #2839BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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