Html Css Color HEX #293DA4 Persian Blue

📋 copy color: '#293DA4'

red 41 ◦ green 61 ◦ blue 164

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

Shades of Persian Blue #293DA4

Tints of Persian Blue #293DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 61.65%

R = 15.41%
G = 22.93%
B = 61.65%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#293DA4 (or 0x293DA4) is known color: Persian Blue. HEX triplet: 29, 3D and A4. RGB value is (41,61,164). Sum of RGB (Red+Green+Blue) = 41+61+164=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #293DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DA4 is #D6C25B. Grayscale: #424242. Windows color (decimal): -14074460 or 10763561. OLE color: 10763561.

HSL color Cylindrical-coordinate representation of color #293DA4: hue angle of 230.24º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293DA4 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 61 164 -
CMYK 0.75 0.63 0 0.36
HSL 230.24º 0.6% 0.4% -
HSV(B) 230.24º 0.75% 0.64% -
XYZ 9.28 6.49 35.89 -
YUV 66.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 41 61 164 0.75 0.63 0 0.36 230.24 0.6 0.4
Hex 29 3D A4 4B 3F 0 24 E6 3C 28
Octal 51 75 244 113 77 0 44 346 74 50
Binary 101001 111101 10100100 1001011 111111 0 100100 11100110 111100 101000

Color Harmonies of #293DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DA4

Black with #293DA4

Text Example


Text Example

White with #293DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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