Html Css Color HEX #293FD3 Persian Blue

📋 copy color: '#293FD3'

red 41 ◦ green 63 ◦ blue 211

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

Shades of Persian Blue #293FD3

Tints of Persian Blue #293FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 66.98%

R = 13.02%
G = 20%
B = 66.98%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#293FD3 (or 0x293FD3) is known color: Persian Blue. HEX triplet: 29, 3F and D3. RGB value is (41,63,211). Sum of RGB (Red+Green+Blue) = 41+63+211=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 211 (82.81% from 255 or 66.98% from 315); Max value from RGB is 211 - color contains mainly: blue. Hex color #293FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FD3 is #D6C02C. Grayscale: #484848. Windows color (decimal): -14073901 or 13844265. OLE color: 13844265.

HSL color Cylindrical-coordinate representation of color #293FD3: hue angle of 232.24º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293FD3 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 41 63 211 -
CMYK 0.81 0.70 0 0.17
HSL 232.24º 0.67% 0.49% -
HSV(B) 232.24º 0.81% 0.83% -
XYZ 14.45 8.73 62.55 -
YUV 73.29 205.71 104.97 -
System Red Green Blue C M Y K H S L
Decimal 41 63 211 0.81 0.70 0 0.17 232.24 0.67 0.49
Hex 29 3F D3 51 46 0 11 E8 43 31
Octal 51 77 323 121 106 0 21 350 103 61
Binary 101001 111111 11010011 1010001 1000110 0 10001 11101000 1000011 110001

Color Harmonies of #293FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FD3

Black with #293FD3

Text Example


Text Example

White with #293FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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