Html Css Color HEX #293ADD Persian Blue

📋 copy color: '#293ADD'

red 41 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #293ADD

Tints of Persian Blue #293ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 12.81%
G = 18.13%
B = 69.06%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#293ADD (or 0x293ADD) is known color: Persian Blue. HEX triplet: 29, 3A and DD. RGB value is (41,58,221). Sum of RGB (Red+Green+Blue) = 41+58+221=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #293ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ADD is #D6C522. Grayscale: #464646. Windows color (decimal): -14075171 or 14498345. OLE color: 14498345.

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

Color convert

RGB 41 58 221 -
CMYK 0.81 0.74 0 0.13
HSL 234.33º 0.73% 0.51% -
HSV(B) 234.33º 0.81% 0.87% -
XYZ 15.48 8.72 69.27 -
YUV 71.5 212.37 106.25 -
System Red Green Blue C M Y K H S L
Decimal 41 58 221 0.81 0.74 0 0.13 234.33 0.73 0.51
Hex 29 3A DD 51 4A 0 D EA 49 33
Octal 51 72 335 121 112 0 15 352 111 63
Binary 101001 111010 11011101 1010001 1001010 0 1101 11101010 1001001 110011

Color Harmonies of #293ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ADD

Black with #293ADD

Text Example


Text Example

White with #293ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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