Html Css Color HEX #293CBA Persian Blue

📋 copy color: '#293CBA'

red 41 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #293CBA

Tints of Persian Blue #293CBA

RGB

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

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

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

R = 14.29%
G = 20.91%
B = 64.81%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#293CBA (or 0x293CBA) is known color: Persian Blue. HEX triplet: 29, 3C and BA. RGB value is (41,60,186). Sum of RGB (Red+Green+Blue) = 41+60+186=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #293CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CBA is #D6C345. Grayscale: #444444. Windows color (decimal): -14074694 or 12205097. OLE color: 12205097.

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

Color convert

RGB 41 60 186 -
CMYK 0.78 0.68 0 0.27
HSL 232.14º 0.64% 0.45% -
HSV(B) 232.14º 0.78% 0.73% -
XYZ 11.39 7.25 47.25 -
YUV 68.68 194.21 108.25 -
System Red Green Blue C M Y K H S L
Decimal 41 60 186 0.78 0.68 0 0.27 232.14 0.64 0.45
Hex 29 3C BA 4E 44 0 1B E8 40 2D
Octal 51 74 272 116 104 0 33 350 100 55
Binary 101001 111100 10111010 1001110 1000100 0 11011 11101000 1000000 101101

Color Harmonies of #293CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CBA

Black with #293CBA

Text Example


Text Example

White with #293CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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