Html Css Color HEX #2830AE Persian Blue

📋 copy color: '#2830AE'

red 40 ◦ green 48 ◦ blue 174

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

Shades of Persian Blue #2830AE

Tints of Persian Blue #2830AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 174 (68.36% from 255) = 66.41%

R = 15.27%
G = 18.32%
B = 66.41%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2830AE (or 0x2830AE) is known color: Persian Blue. HEX triplet: 28, 30 and AE. RGB value is (40,48,174). Sum of RGB (Red+Green+Blue) = 40+48+174=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #2830AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2830AE is #D7CF51. Grayscale: #3B3B3B. Windows color (decimal): -14143314 or 11415592. OLE color: 11415592.

HSL color Cylindrical-coordinate representation of color #2830AE: hue angle of 236.42º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2830AE is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 48 174 -
CMYK 0.77 0.72 0 0.32
HSL 236.42º 0.63% 0.42% -
HSV(B) 236.42º 0.77% 0.68% -
XYZ 9.57 5.62 40.62 -
YUV 59.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 40 48 174 0.77 0.72 0 0.32 236.42 0.63 0.42
Hex 28 30 AE 4D 48 0 20 EC 3F 2A
Octal 50 60 256 115 110 0 40 354 77 52
Binary 101000 110000 10101110 1001101 1001000 0 100000 11101100 111111 101010

Color Harmonies of #2830AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830AE

Black with #2830AE

Text Example


Text Example

White with #2830AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2830AE; }

 p { color: rgb(40,48,174); }

 H1.HeaderClassName
 {
   color: #2830AE;
 }
 .AnyTagClassName
 {
   color: #2830AE;
 }
</style>

background-color css

<style>
 a { background-color: #2830AE; }

 a { background-color: rgb(40,48,174); }

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

border-color css

<style>
 span { border-color: #2830AE; }

 span { border-color: rgb(40,48,174); }

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