Html Css Color HEX #293FCD Persian Blue

📋 copy color: '#293FCD'

red 41 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #293FCD

Tints of Persian Blue #293FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 13.27%
G = 20.39%
B = 66.34%

CMYK

 C value IS 0.8

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#293FCD (or 0x293FCD) is known color: Persian Blue. HEX triplet: 29, 3F and CD. RGB value is (41,63,205). Sum of RGB (Red+Green+Blue) = 41+63+205=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #293FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FCD is #D6C032. Grayscale: #484848. Windows color (decimal): -14073907 or 13451049. OLE color: 13451049.

HSL color Cylindrical-coordinate representation of color #293FCD: hue angle of 231.95º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293FCD is Cyan = 0.8, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 63 205 -
CMYK 0.8 0.69 0 0.20
HSL 231.95º 0.67% 0.48% -
HSV(B) 231.95º 0.8% 0.8% -
XYZ 13.71 8.43 58.66 -
YUV 72.61 202.71 105.45 -
System Red Green Blue C M Y K H S L
Decimal 41 63 205 0.8 0.69 0 0.20 231.95 0.67 0.48
Hex 29 3F CD 50 45 0 14 E8 43 30
Octal 51 77 315 120 105 0 24 350 103 60
Binary 101001 111111 11001101 1010000 1000101 0 10100 11101000 1000011 110000

Color Harmonies of #293FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FCD

Black with #293FCD

Text Example


Text Example

White with #293FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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