Html Css Color HEX #293CBF Persian Blue

📋 copy color: '#293CBF'

red 41 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #293CBF

Tints of Persian Blue #293CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.41%

R = 14.04%
G = 20.55%
B = 65.41%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#293CBF (or 0x293CBF) is known color: Persian Blue. HEX triplet: 29, 3C and BF. RGB value is (41,60,191). Sum of RGB (Red+Green+Blue) = 41+60+191=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #293CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CBF is #D6C340. Grayscale: #444444. Windows color (decimal): -14074689 or 12532777. OLE color: 12532777.

HSL color Cylindrical-coordinate representation of color #293CBF: hue angle of 232.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293CBF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 60 191 -
CMYK 0.79 0.69 0 0.25
HSL 232.4º 0.65% 0.45% -
HSV(B) 232.4º 0.79% 0.75% -
XYZ 11.93 7.46 50.1 -
YUV 69.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 41 60 191 0.79 0.69 0 0.25 232.4 0.65 0.45
Hex 29 3C BF 4F 45 0 19 E8 41 2D
Octal 51 74 277 117 105 0 31 350 101 55
Binary 101001 111100 10111111 1001111 1000101 0 11001 11101000 1000001 101101

Color Harmonies of #293CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CBF

Black with #293CBF

Text Example


Text Example

White with #293CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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