Html Css Color HEX #293CAF Persian Blue

📋 copy color: '#293CAF'

red 41 ◦ green 60 ◦ blue 175

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

Shades of Persian Blue #293CAF

Tints of Persian Blue #293CAF

RGB

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

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

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

R = 14.86%
G = 21.74%
B = 63.41%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#293CAF (or 0x293CAF) is known color: Persian Blue. HEX triplet: 29, 3C and AF. RGB value is (41,60,175). Sum of RGB (Red+Green+Blue) = 41+60+175=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #293CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CAF is #D6C350. Grayscale: #424242. Windows color (decimal): -14074705 or 11484201. OLE color: 11484201.

HSL color Cylindrical-coordinate representation of color #293CAF: hue angle of 231.49º 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 #293CAF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 60 175 -
CMYK 0.77 0.66 0 0.31
HSL 231.49º 0.62% 0.42% -
HSV(B) 231.49º 0.77% 0.69% -
XYZ 10.27 6.8 41.33 -
YUV 67.43 188.71 109.15 -
System Red Green Blue C M Y K H S L
Decimal 41 60 175 0.77 0.66 0 0.31 231.49 0.62 0.42
Hex 29 3C AF 4D 42 0 1F E7 3E 2A
Octal 51 74 257 115 102 0 37 347 76 52
Binary 101001 111100 10101111 1001101 1000010 0 11111 11100111 111110 101010

Color Harmonies of #293CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CAF

Black with #293CAF

Text Example


Text Example

White with #293CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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