Html Css Color HEX #293CBE Persian Blue

📋 copy color: '#293CBE'

red 41 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #293CBE

Tints of Persian Blue #293CBE

RGB

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

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

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

R = 14.09%
G = 20.62%
B = 65.29%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#293CBE (or 0x293CBE) is known color: Persian Blue. HEX triplet: 29, 3C and BE. RGB value is (41,60,190). Sum of RGB (Red+Green+Blue) = 41+60+190=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #293CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CBE is #D6C341. Grayscale: #444444. Windows color (decimal): -14074690 or 12467241. OLE color: 12467241.

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

Color convert

RGB 41 60 190 -
CMYK 0.78 0.68 0 0.25
HSL 232.35º 0.65% 0.45% -
HSV(B) 232.35º 0.78% 0.75% -
XYZ 11.82 7.42 49.52 -
YUV 69.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 41 60 190 0.78 0.68 0 0.25 232.35 0.65 0.45
Hex 29 3C BE 4E 44 0 19 E8 41 2D
Octal 51 74 276 116 104 0 31 350 101 55
Binary 101001 111100 10111110 1001110 1000100 0 11001 11101000 1000001 101101

Color Harmonies of #293CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CBE

Black with #293CBE

Text Example


Text Example

White with #293CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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