Html Css Color HEX #293DA6 Persian Blue

📋 copy color: '#293DA6'

red 41 ◦ green 61 ◦ blue 166

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

Shades of Persian Blue #293DA6

Tints of Persian Blue #293DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 61.94%

R = 15.3%
G = 22.76%
B = 61.94%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#293DA6 (or 0x293DA6) is known color: Persian Blue. HEX triplet: 29, 3D and A6. RGB value is (41,61,166). Sum of RGB (Red+Green+Blue) = 41+61+166=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #293DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DA6 is #D6C259. Grayscale: #424242. Windows color (decimal): -14074458 or 10894633. OLE color: 10894633.

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

Color convert

RGB 41 61 166 -
CMYK 0.75 0.63 0 0.35
HSL 230.4º 0.6% 0.41% -
HSV(B) 230.4º 0.75% 0.65% -
XYZ 9.47 6.56 36.84 -
YUV 66.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 41 61 166 0.75 0.63 0 0.35 230.4 0.6 0.41
Hex 29 3D A6 4B 3F 0 23 E6 3C 29
Octal 51 75 246 113 77 0 43 346 74 51
Binary 101001 111101 10100110 1001011 111111 0 100011 11100110 111100 101001

Color Harmonies of #293DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DA6

Black with #293DA6

Text Example


Text Example

White with #293DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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