Html Css Color HEX #293DAF Persian Blue

📋 copy color: '#293DAF'

red 41 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #293DAF

Tints of Persian Blue #293DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.18%

R = 14.8%
G = 22.02%
B = 63.18%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#293DAF (or 0x293DAF) is known color: Persian Blue. HEX triplet: 29, 3D and AF. RGB value is (41,61,175). Sum of RGB (Red+Green+Blue) = 41+61+175=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #293DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DAF is #D6C250. Grayscale: #434343. Windows color (decimal): -14074449 or 11484457. OLE color: 11484457.

HSL color Cylindrical-coordinate representation of color #293DAF: hue angle of 231.04º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293DAF is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 61 175 -
CMYK 0.77 0.65 0 0.31
HSL 231.04º 0.62% 0.42% -
HSV(B) 231.04º 0.77% 0.69% -
XYZ 10.32 6.9 41.35 -
YUV 68.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 41 61 175 0.77 0.65 0 0.31 231.04 0.62 0.42
Hex 29 3D AF 4D 41 0 1F E7 3E 2A
Octal 51 75 257 115 101 0 37 347 76 52
Binary 101001 111101 10101111 1001101 1000001 0 11111 11100111 111110 101010

Color Harmonies of #293DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DAF

Black with #293DAF

Text Example


Text Example

White with #293DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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