Html Css Color HEX #293CDC Persian Blue

📋 copy color: '#293CDC'

red 41 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #293CDC

Tints of Persian Blue #293CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 12.77%
G = 18.69%
B = 68.54%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#293CDC (or 0x293CDC) is known color: Persian Blue. HEX triplet: 29, 3C and DC. RGB value is (41,60,220). Sum of RGB (Red+Green+Blue) = 41+60+220=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #293CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CDC is #D6C323. Grayscale: #474747. Windows color (decimal): -14074660 or 14433321. OLE color: 14433321.

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

Color convert

RGB 41 60 220 -
CMYK 0.81 0.73 0 0.14
HSL 233.63º 0.72% 0.51% -
HSV(B) 233.63º 0.81% 0.86% -
XYZ 15.45 8.87 68.61 -
YUV 72.56 211.21 105.49 -
System Red Green Blue C M Y K H S L
Decimal 41 60 220 0.81 0.73 0 0.14 233.63 0.72 0.51
Hex 29 3C DC 51 49 0 E EA 48 33
Octal 51 74 334 121 111 0 16 352 110 63
Binary 101001 111100 11011100 1010001 1001001 0 1110 11101010 1001000 110011

Color Harmonies of #293CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CDC

Black with #293CDC

Text Example


Text Example

White with #293CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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