Html Css Color HEX #293ACE Persian Blue

📋 copy color: '#293ACE'

red 41 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #293ACE

Tints of Persian Blue #293ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

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

R = 13.44%
G = 19.02%
B = 67.54%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#293ACE (or 0x293ACE) is known color: Persian Blue. HEX triplet: 29, 3A and CE. RGB value is (41,58,206). Sum of RGB (Red+Green+Blue) = 41+58+206=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #293ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ACE is #D6C531. Grayscale: #454545. Windows color (decimal): -14075186 or 13515305. OLE color: 13515305.

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

Color convert

RGB 41 58 206 -
CMYK 0.80 0.72 0 0.19
HSL 233.82º 0.67% 0.48% -
HSV(B) 233.82º 0.8% 0.81% -
XYZ 13.57 7.95 59.21 -
YUV 69.79 204.87 107.47 -
System Red Green Blue C M Y K H S L
Decimal 41 58 206 0.80 0.72 0 0.19 233.82 0.67 0.48
Hex 29 3A CE 50 48 0 13 EA 43 30
Octal 51 72 316 120 110 0 23 352 103 60
Binary 101001 111010 11001110 1010000 1001000 0 10011 11101010 1000011 110000

Color Harmonies of #293ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ACE

Black with #293ACE

Text Example


Text Example

White with #293ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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