Html Css Color HEX #293BAF Persian Blue

📋 copy color: '#293BAF'

red 41 ◦ green 59 ◦ blue 175

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

Shades of Persian Blue #293BAF

Tints of Persian Blue #293BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

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

R = 14.91%
G = 21.45%
B = 63.64%

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

#293BAF (or 0x293BAF) is known color: Persian Blue. HEX triplet: 29, 3B and AF. RGB value is (41,59,175). Sum of RGB (Red+Green+Blue) = 41+59+175=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #293BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BAF is #D6C450. Grayscale: #424242. Windows color (decimal): -14074961 or 11483945. OLE color: 11483945.

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

Color convert

RGB 41 59 175 -
CMYK 0.77 0.66 0 0.31
HSL 231.94º 0.62% 0.42% -
HSV(B) 231.94º 0.77% 0.69% -
XYZ 10.22 6.69 41.31 -
YUV 66.84 189.04 109.57 -
System Red Green Blue C M Y K H S L
Decimal 41 59 175 0.77 0.66 0 0.31 231.94 0.62 0.42
Hex 29 3B AF 4D 42 0 1F E8 3E 2A
Octal 51 73 257 115 102 0 37 350 76 52
Binary 101001 111011 10101111 1001101 1000010 0 11111 11101000 111110 101010

Color Harmonies of #293BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BAF

Black with #293BAF

Text Example


Text Example

White with #293BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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