Html Css Color HEX #293BBE Persian Blue

📋 copy color: '#293BBE'

red 41 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #293BBE

Tints of Persian Blue #293BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 14.14%
G = 20.34%
B = 65.52%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#293BBE (or 0x293BBE) is known color: Persian Blue. HEX triplet: 29, 3B and BE. RGB value is (41,59,190). Sum of RGB (Red+Green+Blue) = 41+59+190=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #293BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BBE is #D6C441. Grayscale: #444444. Windows color (decimal): -14074946 or 12466985. OLE color: 12466985.

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

Color convert

RGB 41 59 190 -
CMYK 0.78 0.69 0 0.25
HSL 232.75º 0.65% 0.45% -
HSV(B) 232.75º 0.78% 0.75% -
XYZ 11.77 7.32 49.51 -
YUV 68.55 196.54 108.35 -
System Red Green Blue C M Y K H S L
Decimal 41 59 190 0.78 0.69 0 0.25 232.75 0.65 0.45
Hex 29 3B BE 4E 45 0 19 E9 41 2D
Octal 51 73 276 116 105 0 31 351 101 55
Binary 101001 111011 10111110 1001110 1000101 0 11001 11101001 1000001 101101

Color Harmonies of #293BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BBE

Black with #293BBE

Text Example


Text Example

White with #293BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,59,190); }

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

background-color css

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

 a { background-color: rgb(41,59,190); }

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

border-color css

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

 span { border-color: rgb(41,59,190); }

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