Html Css Color HEX #2830DA Persian Blue

📋 copy color: '#2830DA'

red 40 ◦ green 48 ◦ blue 218

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

Shades of Persian Blue #2830DA

Tints of Persian Blue #2830DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.24%

R = 13.07%
G = 15.69%
B = 71.24%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2830DA (or 0x2830DA) is known color: Persian Blue. HEX triplet: 28, 30 and DA. RGB value is (40,48,218). Sum of RGB (Red+Green+Blue) = 40+48+218=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #2830DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830DA is #D7CF25. Grayscale: #404040. Windows color (decimal): -14143270 or 14299176. OLE color: 14299176.

HSL color Cylindrical-coordinate representation of color #2830DA: hue angle of 237.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2830DA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 48 218 -
CMYK 0.82 0.78 0 0.15
HSL 237.3º 0.71% 0.51% -
HSV(B) 237.3º 0.82% 0.85% -
XYZ 14.59 7.63 67.03 -
YUV 64.99 214.35 110.18 -
System Red Green Blue C M Y K H S L
Decimal 40 48 218 0.82 0.78 0 0.15 237.3 0.71 0.51
Hex 28 30 DA 52 4E 0 F ED 47 33
Octal 50 60 332 122 116 0 17 355 107 63
Binary 101000 110000 11011010 1010010 1001110 0 1111 11101101 1000111 110011

Color Harmonies of #2830DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830DA

Black with #2830DA

Text Example


Text Example

White with #2830DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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