Html Css Color HEX #293CDF Persian Blue

📋 copy color: '#293CDF'

red 41 ◦ green 60 ◦ blue 223

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

Shades of Persian Blue #293CDF

Tints of Persian Blue #293CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 12.65%
G = 18.52%
B = 68.83%

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

#293CDF (or 0x293CDF) is known color: Persian Blue. HEX triplet: 29, 3C and DF. RGB value is (41,60,223). Sum of RGB (Red+Green+Blue) = 41+60+223=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #293CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CDF is #D6C320. Grayscale: #484848. Windows color (decimal): -14074657 or 14629929. OLE color: 14629929.

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

Color convert

RGB 41 60 223 -
CMYK 0.82 0.73 0 0.13
HSL 233.74º 0.74% 0.52% -
HSV(B) 233.74º 0.82% 0.87% -
XYZ 15.85 9.03 70.72 -
YUV 72.9 212.71 105.25 -
System Red Green Blue C M Y K H S L
Decimal 41 60 223 0.82 0.73 0 0.13 233.74 0.74 0.52
Hex 29 3C DF 52 49 0 D EA 4A 34
Octal 51 74 337 122 111 0 15 352 112 64
Binary 101001 111100 11011111 1010010 1001001 0 1101 11101010 1001010 110100

Color Harmonies of #293CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CDF

Black with #293CDF

Text Example


Text Example

White with #293CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,223); }

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

background-color css

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

 a { background-color: rgb(41,60,223); }

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

border-color css

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

 span { border-color: rgb(41,60,223); }

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