Html Css Color HEX #293ADE Persian Blue

📋 copy color: '#293ADE'

red 41 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #293ADE

Tints of Persian Blue #293ADE

RGB

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

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

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

R = 12.77%
G = 18.07%
B = 69.16%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#293ADE (or 0x293ADE) is known color: Persian Blue. HEX triplet: 29, 3A and DE. RGB value is (41,58,222). Sum of RGB (Red+Green+Blue) = 41+58+222=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #293ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ADE is #D6C521. Grayscale: #464646. Windows color (decimal): -14075170 or 14563881. OLE color: 14563881.

HSL color Cylindrical-coordinate representation of color #293ADE: hue angle of 234.36º 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 #293ADE is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 58 222 -
CMYK 0.82 0.74 0 0.13
HSL 234.36º 0.73% 0.52% -
HSV(B) 234.36º 0.82% 0.87% -
XYZ 15.61 8.77 69.98 -
YUV 71.61 212.87 106.16 -
System Red Green Blue C M Y K H S L
Decimal 41 58 222 0.82 0.74 0 0.13 234.36 0.73 0.52
Hex 29 3A DE 52 4A 0 D EA 49 34
Octal 51 72 336 122 112 0 15 352 111 64
Binary 101001 111010 11011110 1010010 1001010 0 1101 11101010 1001001 110100

Color Harmonies of #293ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ADE

Black with #293ADE

Text Example


Text Example

White with #293ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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