Html Css Color HEX #293DDE Persian Blue

📋 copy color: '#293DDE'

red 41 ◦ green 61 ◦ blue 222

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

Shades of Persian Blue #293DDE

Tints of Persian Blue #293DDE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

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

R = 12.65%
G = 18.83%
B = 68.52%

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

#293DDE (or 0x293DDE) is known color: Persian Blue. HEX triplet: 29, 3D and DE. RGB value is (41,61,222). Sum of RGB (Red+Green+Blue) = 41+61+222=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #293DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DDE is #D6C221. Grayscale: #484848. Windows color (decimal): -14074402 or 14564649. OLE color: 14564649.

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

Color convert

RGB 41 61 222 -
CMYK 0.82 0.73 0 0.13
HSL 233.37º 0.73% 0.52% -
HSV(B) 233.37º 0.82% 0.87% -
XYZ 15.77 9.08 70.03 -
YUV 73.37 211.87 104.91 -
System Red Green Blue C M Y K H S L
Decimal 41 61 222 0.82 0.73 0 0.13 233.37 0.73 0.52
Hex 29 3D DE 52 49 0 D E9 49 34
Octal 51 75 336 122 111 0 15 351 111 64
Binary 101001 111101 11011110 1010010 1001001 0 1101 11101001 1001001 110100

Color Harmonies of #293DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DDE

Black with #293DDE

Text Example


Text Example

White with #293DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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