Html Css Color HEX #293FC7 Persian Blue

📋 copy color: '#293FC7'

red 41 ◦ green 63 ◦ blue 199

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

Shades of Persian Blue #293FC7

Tints of Persian Blue #293FC7

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

 BLUE value IS 199 (78.13% from 255) = 65.68%

R = 13.53%
G = 20.79%
B = 65.68%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#293FC7 (or 0x293FC7) is known color: Persian Blue. HEX triplet: 29, 3F and C7. RGB value is (41,63,199). Sum of RGB (Red+Green+Blue) = 41+63+199=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 199 (78.12% from 255 or 65.68% from 303); Max value from RGB is 199 - color contains mainly: blue. Hex color #293FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FC7 is #D6C038. Grayscale: #474747. Windows color (decimal): -14073913 or 13057833. OLE color: 13057833.

HSL color Cylindrical-coordinate representation of color #293FC7: hue angle of 231.65º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293FC7 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 63 199 -
CMYK 0.79 0.68 0 0.22
HSL 231.65º 0.66% 0.47% -
HSV(B) 231.65º 0.79% 0.78% -
XYZ 13 8.15 54.92 -
YUV 71.93 199.71 105.94 -
System Red Green Blue C M Y K H S L
Decimal 41 63 199 0.79 0.68 0 0.22 231.65 0.66 0.47
Hex 29 3F C7 4F 44 0 16 E8 42 2F
Octal 51 77 307 117 104 0 26 350 102 57
Binary 101001 111111 11000111 1001111 1000100 0 10110 11101000 1000010 101111

Color Harmonies of #293FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FC7

Black with #293FC7

Text Example


Text Example

White with #293FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,63,199); }

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

background-color css

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

 a { background-color: rgb(41,63,199); }

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

border-color css

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

 span { border-color: rgb(41,63,199); }

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