Html Css Color HEX #2838BE Persian Blue

📋 copy color: '#2838BE'

red 40 ◦ green 56 ◦ blue 190

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

Shades of Persian Blue #2838BE

Tints of Persian Blue #2838BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 13.99%
G = 19.58%
B = 66.43%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2838BE (or 0x2838BE) is known color: Persian Blue. HEX triplet: 28, 38 and BE. RGB value is (40,56,190). Sum of RGB (Red+Green+Blue) = 40+56+190=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #2838BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838BE is #D7C741. Grayscale: #414141. Windows color (decimal): -14141250 or 12466216. OLE color: 12466216.

HSL color Cylindrical-coordinate representation of color #2838BE: hue angle of 233.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2838BE is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 56 190 -
CMYK 0.79 0.71 0 0.25
HSL 233.6º 0.65% 0.45% -
HSV(B) 233.6º 0.79% 0.75% -
XYZ 11.58 7 49.46 -
YUV 66.49 197.7 109.1 -
System Red Green Blue C M Y K H S L
Decimal 40 56 190 0.79 0.71 0 0.25 233.6 0.65 0.45
Hex 28 38 BE 4F 47 0 19 EA 41 2D
Octal 50 70 276 117 107 0 31 352 101 55
Binary 101000 111000 10111110 1001111 1000111 0 11001 11101010 1000001 101101

Color Harmonies of #2838BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2838BE

Black with #2838BE

Text Example


Text Example

White with #2838BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2838BE; }

 p { color: rgb(40,56,190); }

 H1.HeaderClassName
 {
   color: #2838BE;
 }
 .AnyTagClassName
 {
   color: #2838BE;
 }
</style>

background-color css

<style>
 a { background-color: #2838BE; }

 a { background-color: rgb(40,56,190); }

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

border-color css

<style>
 span { border-color: #2838BE; }

 span { border-color: rgb(40,56,190); }

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