Html Css Color HEX #293FDF Persian Blue

📋 copy color: '#293FDF'

red 41 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #293FDF

Tints of Persian Blue #293FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 12.54%
G = 19.27%
B = 68.2%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#293FDF (or 0x293FDF) is known color: Persian Blue. HEX triplet: 29, 3F and DF. RGB value is (41,63,223). Sum of RGB (Red+Green+Blue) = 41+63+223=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #293FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FDF is #D6C020. Grayscale: #4A4A4A. Windows color (decimal): -14073889 or 14630697. OLE color: 14630697.

HSL color Cylindrical-coordinate representation of color #293FDF: hue angle of 232.75º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293FDF is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 63 223 -
CMYK 0.82 0.72 0 0.13
HSL 232.75º 0.74% 0.52% -
HSV(B) 232.75º 0.82% 0.87% -
XYZ 16.01 9.35 70.77 -
YUV 74.66 211.71 103.99 -
System Red Green Blue C M Y K H S L
Decimal 41 63 223 0.82 0.72 0 0.13 232.75 0.74 0.52
Hex 29 3F DF 52 48 0 D E9 4A 34
Octal 51 77 337 122 110 0 15 351 112 64
Binary 101001 111111 11011111 1010010 1001000 0 1101 11101001 1001010 110100

Color Harmonies of #293FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FDF

Black with #293FDF

Text Example


Text Example

White with #293FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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