Html Css Color HEX #293CE2 Persian Blue

📋 copy color: '#293CE2'

red 41 ◦ green 60 ◦ blue 226

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

Shades of Persian Blue #293CE2

Tints of Persian Blue #293CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 69.11%

R = 12.54%
G = 18.35%
B = 69.11%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#293CE2 (or 0x293CE2) is known color: Persian Blue. HEX triplet: 29, 3C and E2. RGB value is (41,60,226). Sum of RGB (Red+Green+Blue) = 41+60+226=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 226 (88.67% from 255 or 69.11% from 327); Max value from RGB is 226 - color contains mainly: blue. Hex color #293CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CE2 is #D6C31D. Grayscale: #484848. Windows color (decimal): -14074654 or 14826537. OLE color: 14826537.

HSL color Cylindrical-coordinate representation of color #293CE2: hue angle of 233.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293CE2 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 60 226 -
CMYK 0.82 0.73 0 0.11
HSL 233.84º 0.76% 0.52% -
HSV(B) 233.84º 0.82% 0.89% -
XYZ 16.26 9.19 72.87 -
YUV 73.24 214.21 105 -
System Red Green Blue C M Y K H S L
Decimal 41 60 226 0.82 0.73 0 0.11 233.84 0.76 0.52
Hex 29 3C E2 52 49 0 B EA 4C 34
Octal 51 74 342 122 111 0 13 352 114 64
Binary 101001 111100 11100010 1010010 1001001 0 1011 11101010 1001100 110100

Color Harmonies of #293CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CE2

Black with #293CE2

Text Example


Text Example

White with #293CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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