Html Css Color HEX #293DAA Persian Blue

📋 copy color: '#293DAA'

red 41 ◦ green 61 ◦ blue 170

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

Shades of Persian Blue #293DAA

Tints of Persian Blue #293DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 15.07%
G = 22.43%
B = 62.5%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#293DAA (or 0x293DAA) is known color: Persian Blue. HEX triplet: 29, 3D and AA. RGB value is (41,61,170). Sum of RGB (Red+Green+Blue) = 41+61+170=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #293DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DAA is #D6C255. Grayscale: #424242. Windows color (decimal): -14074454 or 11156777. OLE color: 11156777.

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

Color convert

RGB 41 61 170 -
CMYK 0.76 0.64 0 0.33
HSL 230.7º 0.61% 0.41% -
HSV(B) 230.7º 0.76% 0.67% -
XYZ 9.84 6.71 38.81 -
YUV 67.45 185.87 109.14 -
System Red Green Blue C M Y K H S L
Decimal 41 61 170 0.76 0.64 0 0.33 230.7 0.61 0.41
Hex 29 3D AA 4C 40 0 21 E7 3D 29
Octal 51 75 252 114 100 0 41 347 75 51
Binary 101001 111101 10101010 1001100 1000000 0 100001 11100111 111101 101001

Color Harmonies of #293DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DAA

Black with #293DAA

Text Example


Text Example

White with #293DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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