Html Css Color HEX #2838AB Persian Blue

📋 copy color: '#2838AB'

red 40 ◦ green 56 ◦ blue 171

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

Shades of Persian Blue #2838AB

Tints of Persian Blue #2838AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.04%

R = 14.98%
G = 20.97%
B = 64.04%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2838AB (or 0x2838AB) is known color: Persian Blue. HEX triplet: 28, 38 and AB. RGB value is (40,56,171). Sum of RGB (Red+Green+Blue) = 40+56+171=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #2838AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2838AB is #D7C754. Grayscale: #3F3F3F. Windows color (decimal): -14141269 or 11221032. OLE color: 11221032.

HSL color Cylindrical-coordinate representation of color #2838AB: hue angle of 232.67º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2838AB is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 56 171 -
CMYK 0.77 0.67 0 0.33
HSL 232.67º 0.62% 0.41% -
HSV(B) 232.67º 0.77% 0.67% -
XYZ 9.64 6.22 39.22 -
YUV 64.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 40 56 171 0.77 0.67 0 0.33 232.67 0.62 0.41
Hex 28 38 AB 4D 43 0 21 E9 3E 29
Octal 50 70 253 115 103 0 41 351 76 51
Binary 101000 111000 10101011 1001101 1000011 0 100001 11101001 111110 101001

Color Harmonies of #2838AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2838AB

Black with #2838AB

Text Example


Text Example

White with #2838AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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