Html Css Color HEX #293DBA Persian Blue

📋 copy color: '#293DBA'

red 41 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #293DBA

Tints of Persian Blue #293DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.58%

R = 14.24%
G = 21.18%
B = 64.58%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#293DBA (or 0x293DBA) is known color: Persian Blue. HEX triplet: 29, 3D and BA. RGB value is (41,61,186). Sum of RGB (Red+Green+Blue) = 41+61+186=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #293DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DBA is #D6C245. Grayscale: #444444. Windows color (decimal): -14074438 or 12205353. OLE color: 12205353.

HSL color Cylindrical-coordinate representation of color #293DBA: hue angle of 231.72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293DBA is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 61 186 -
CMYK 0.78 0.67 0 0.27
HSL 231.72º 0.64% 0.45% -
HSV(B) 231.72º 0.78% 0.73% -
XYZ 11.45 7.35 47.27 -
YUV 69.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 41 61 186 0.78 0.67 0 0.27 231.72 0.64 0.45
Hex 29 3D BA 4E 43 0 1B E8 40 2D
Octal 51 75 272 116 103 0 33 350 100 55
Binary 101001 111101 10111010 1001110 1000011 0 11011 11101000 1000000 101101

Color Harmonies of #293DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DBA

Black with #293DBA

Text Example


Text Example

White with #293DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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