Html Css Color HEX #2930CE Persian Blue

📋 copy color: '#2930CE'

red 41 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #2930CE

Tints of Persian Blue #2930CE

RGB

 RED value IS 41 (16.41% from 255) = 13.9%

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

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

R = 13.9%
G = 16.27%
B = 69.83%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2930CE (or 0x2930CE) is known color: Persian Blue. HEX triplet: 29, 30 and CE. RGB value is (41,48,206). Sum of RGB (Red+Green+Blue) = 41+48+206=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #2930CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2930CE is #D6CF31. Grayscale: #3F3F3F. Windows color (decimal): -14077746 or 13512745. OLE color: 13512745.

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

Color convert

RGB 41 48 206 -
CMYK 0.80 0.77 0 0.19
HSL 237.45º 0.67% 0.48% -
HSV(B) 237.45º 0.8% 0.81% -
XYZ 13.11 7.04 59.06 -
YUV 63.92 208.18 111.65 -
System Red Green Blue C M Y K H S L
Decimal 41 48 206 0.80 0.77 0 0.19 237.45 0.67 0.48
Hex 29 30 CE 50 4D 0 13 ED 43 30
Octal 51 60 316 120 115 0 23 355 103 60
Binary 101001 110000 11001110 1010000 1001101 0 10011 11101101 1000011 110000

Color Harmonies of #2930CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2930CE

Black with #2930CE

Text Example


Text Example

White with #2930CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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