Html Css Color HEX #293CCE Persian Blue

📋 copy color: '#293CCE'

red 41 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #293CCE

Tints of Persian Blue #293CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 13.36%
G = 19.54%
B = 67.1%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#293CCE (or 0x293CCE) is known color: Persian Blue. HEX triplet: 29, 3C and CE. RGB value is (41,60,206). Sum of RGB (Red+Green+Blue) = 41+60+206=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #293CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CCE is #D6C331. Grayscale: #464646. Windows color (decimal): -14074674 or 13515817. OLE color: 13515817.

HSL color Cylindrical-coordinate representation of color #293CCE: hue angle of 233.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293CCE is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 60 206 -
CMYK 0.80 0.71 0 0.19
HSL 233.09º 0.67% 0.48% -
HSV(B) 233.09º 0.8% 0.81% -
XYZ 13.67 8.16 59.25 -
YUV 70.96 204.21 106.63 -
System Red Green Blue C M Y K H S L
Decimal 41 60 206 0.80 0.71 0 0.19 233.09 0.67 0.48
Hex 29 3C CE 50 47 0 13 E9 43 30
Octal 51 74 316 120 107 0 23 351 103 60
Binary 101001 111100 11001110 1010000 1000111 0 10011 11101001 1000011 110000

Color Harmonies of #293CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CCE

Black with #293CCE

Text Example


Text Example

White with #293CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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