Html Css Color HEX #2838CA Persian Blue

📋 copy color: '#2838CA'

red 40 ◦ green 56 ◦ blue 202

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

Shades of Persian Blue #2838CA

Tints of Persian Blue #2838CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.79%

R = 13.42%
G = 18.79%
B = 67.79%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2838CA (or 0x2838CA) is known color: Persian Blue. HEX triplet: 28, 38 and CA. RGB value is (40,56,202). Sum of RGB (Red+Green+Blue) = 40+56+202=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #2838CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838CA is #D7C735. Grayscale: #434343. Windows color (decimal): -14141238 or 13252648. OLE color: 13252648.

HSL color Cylindrical-coordinate representation of color #2838CA: hue angle of 234.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2838CA is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 56 202 -
CMYK 0.80 0.72 0 0.21
HSL 234.07º 0.67% 0.47% -
HSV(B) 234.07º 0.8% 0.79% -
XYZ 12.95 7.54 56.65 -
YUV 67.86 203.7 108.13 -
System Red Green Blue C M Y K H S L
Decimal 40 56 202 0.80 0.72 0 0.21 234.07 0.67 0.47
Hex 28 38 CA 50 48 0 15 EA 43 2F
Octal 50 70 312 120 110 0 25 352 103 57
Binary 101000 111000 11001010 1010000 1001000 0 10101 11101010 1000011 101111

Color Harmonies of #2838CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2838CA

Black with #2838CA

Text Example


Text Example

White with #2838CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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