Html Css Color HEX #293CAB Persian Blue

📋 copy color: '#293CAB'

red 41 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #293CAB

Tints of Persian Blue #293CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 15.07%
G = 22.06%
B = 62.87%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293CAB (or 0x293CAB) is known color: Persian Blue. HEX triplet: 29, 3C and AB. RGB value is (41,60,171). Sum of RGB (Red+Green+Blue) = 41+60+171=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #293CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CAB is #D6C354. Grayscale: #424242. Windows color (decimal): -14074709 or 11222057. OLE color: 11222057.

HSL color Cylindrical-coordinate representation of color #293CAB: hue angle of 231.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293CAB is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 60 171 -
CMYK 0.76 0.65 0 0.33
HSL 231.23º 0.61% 0.42% -
HSV(B) 231.23º 0.76% 0.67% -
XYZ 9.88 6.64 39.29 -
YUV 66.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 41 60 171 0.76 0.65 0 0.33 231.23 0.61 0.42
Hex 29 3C AB 4C 41 0 21 E7 3D 2A
Octal 51 74 253 114 101 0 41 347 75 52
Binary 101001 111100 10101011 1001100 1000001 0 100001 11100111 111101 101010

Color Harmonies of #293CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CAB

Black with #293CAB

Text Example


Text Example

White with #293CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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