Html Css Color HEX #293BDE Persian Blue

📋 copy color: '#293BDE'

red 41 ◦ green 59 ◦ blue 222

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

Shades of Persian Blue #293BDE

Tints of Persian Blue #293BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

 BLUE value IS 222 (87.11% from 255) = 68.94%

R = 12.73%
G = 18.32%
B = 68.94%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#293BDE (or 0x293BDE) is known color: Persian Blue. HEX triplet: 29, 3B and DE. RGB value is (41,59,222). Sum of RGB (Red+Green+Blue) = 41+59+222=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #293BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BDE is #D6C421. Grayscale: #474747. Windows color (decimal): -14074914 or 14564137. OLE color: 14564137.

HSL color Cylindrical-coordinate representation of color #293BDE: hue angle of 234.03º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293BDE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 59 222 -
CMYK 0.82 0.73 0 0.13
HSL 234.03º 0.73% 0.52% -
HSV(B) 234.03º 0.82% 0.87% -
XYZ 15.66 8.87 69.99 -
YUV 72.2 212.54 105.75 -
System Red Green Blue C M Y K H S L
Decimal 41 59 222 0.82 0.73 0 0.13 234.03 0.73 0.52
Hex 29 3B DE 52 49 0 D EA 49 34
Octal 51 73 336 122 111 0 15 352 111 64
Binary 101001 111011 11011110 1010010 1001001 0 1101 11101010 1001001 110100

Color Harmonies of #293BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BDE

Black with #293BDE

Text Example


Text Example

White with #293BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,59,222); }

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

background-color css

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

 a { background-color: rgb(41,59,222); }

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

border-color css

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

 span { border-color: rgb(41,59,222); }

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