Html Css Color HEX #293BBF Persian Blue

📋 copy color: '#293BBF'

red 41 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #293BBF

Tints of Persian Blue #293BBF

RGB

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

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

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

R = 14.09%
G = 20.27%
B = 65.64%

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

#293BBF (or 0x293BBF) is known color: Persian Blue. HEX triplet: 29, 3B and BF. RGB value is (41,59,191). Sum of RGB (Red+Green+Blue) = 41+59+191=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #293BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BBF is #D6C440. Grayscale: #444444. Windows color (decimal): -14074945 or 12532521. OLE color: 12532521.

HSL color Cylindrical-coordinate representation of color #293BBF: hue angle of 232.8º 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 #293BBF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 59 191 -
CMYK 0.79 0.69 0 0.25
HSL 232.8º 0.65% 0.45% -
HSV(B) 232.8º 0.79% 0.75% -
XYZ 11.88 7.36 50.08 -
YUV 68.67 197.04 108.27 -
System Red Green Blue C M Y K H S L
Decimal 41 59 191 0.79 0.69 0 0.25 232.8 0.65 0.45
Hex 29 3B BF 4F 45 0 19 E9 41 2D
Octal 51 73 277 117 105 0 31 351 101 55
Binary 101001 111011 10111111 1001111 1000101 0 11001 11101001 1000001 101101

Color Harmonies of #293BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BBF

Black with #293BBF

Text Example


Text Example

White with #293BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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