Html Css Color HEX #2830CE Persian Blue

📋 copy color: '#2830CE'

red 40 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #2830CE

Tints of Persian Blue #2830CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 13.61%
G = 16.33%
B = 70.07%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2830CE (or 0x2830CE) is known color: Persian Blue. HEX triplet: 28, 30 and CE. RGB value is (40,48,206). Sum of RGB (Red+Green+Blue) = 40+48+206=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #2830CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830CE is #D7CF31. Grayscale: #3E3E3E. Windows color (decimal): -14143282 or 13512744. OLE color: 13512744.

HSL color Cylindrical-coordinate representation of color #2830CE: hue angle of 237.11º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2830CE is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 48 206 -
CMYK 0.81 0.77 0 0.19
HSL 237.11º 0.67% 0.48% -
HSV(B) 237.11º 0.81% 0.81% -
XYZ 13.07 7.02 59.06 -
YUV 63.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 40 48 206 0.81 0.77 0 0.19 237.11 0.67 0.48
Hex 28 30 CE 51 4D 0 13 ED 43 30
Octal 50 60 316 121 115 0 23 355 103 60
Binary 101000 110000 11001110 1010001 1001101 0 10011 11101101 1000011 110000

Color Harmonies of #2830CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2830CE

Black with #2830CE

Text Example


Text Example

White with #2830CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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