Html Css Color HEX #293DBE Persian Blue

📋 copy color: '#293DBE'

red 41 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #293DBE

Tints of Persian Blue #293DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

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

R = 14.04%
G = 20.89%
B = 65.07%

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

#293DBE (or 0x293DBE) is known color: Persian Blue. HEX triplet: 29, 3D and BE. RGB value is (41,61,190). Sum of RGB (Red+Green+Blue) = 41+61+190=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #293DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DBE is #D6C241. Grayscale: #454545. Windows color (decimal): -14074434 or 12467497. OLE color: 12467497.

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

Color convert

RGB 41 61 190 -
CMYK 0.78 0.68 0 0.25
HSL 231.95º 0.65% 0.45% -
HSV(B) 231.95º 0.78% 0.75% -
XYZ 11.88 7.53 49.54 -
YUV 69.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 41 61 190 0.78 0.68 0 0.25 231.95 0.65 0.45
Hex 29 3D BE 4E 44 0 19 E8 41 2D
Octal 51 75 276 116 104 0 31 350 101 55
Binary 101001 111101 10111110 1001110 1000100 0 11001 11101000 1000001 101101

Color Harmonies of #293DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DBE

Black with #293DBE

Text Example


Text Example

White with #293DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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