Html Css Color HEX #293ECE Persian Blue

📋 copy color: '#293ECE'

red 41 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #293ECE

Tints of Persian Blue #293ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.06%

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

R = 13.27%
G = 20.06%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#293ECE (or 0x293ECE) is known color: Persian Blue. HEX triplet: 29, 3E and CE. RGB value is (41,62,206). Sum of RGB (Red+Green+Blue) = 41+62+206=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #293ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ECE is #D6C131. Grayscale: #474747. Windows color (decimal): -14074162 or 13516329. OLE color: 13516329.

HSL color Cylindrical-coordinate representation of color #293ECE: hue angle of 232.36º 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 #293ECE is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 62 206 -
CMYK 0.80 0.70 0 0.19
HSL 232.36º 0.67% 0.48% -
HSV(B) 232.36º 0.8% 0.81% -
XYZ 13.78 8.37 59.28 -
YUV 72.14 203.54 105.79 -
System Red Green Blue C M Y K H S L
Decimal 41 62 206 0.80 0.70 0 0.19 232.36 0.67 0.48
Hex 29 3E CE 50 46 0 13 E8 43 30
Octal 51 76 316 120 106 0 23 350 103 60
Binary 101001 111110 11001110 1010000 1000110 0 10011 11101000 1000011 110000

Color Harmonies of #293ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ECE

Black with #293ECE

Text Example


Text Example

White with #293ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293ECE; }

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

 H1.HeaderClassName
 {
   color: #293ECE;
 }
 .AnyTagClassName
 {
   color: #293ECE;
 }
</style>

background-color css

<style>
 a { background-color: #293ECE; }

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

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

border-color css

<style>
 span { border-color: #293ECE; }

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

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