Html Css Color HEX #293BCD Persian Blue

📋 copy color: '#293BCD'

red 41 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #293BCD

Tints of Persian Blue #293BCD

RGB

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

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

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

R = 13.44%
G = 19.34%
B = 67.21%

CMYK

 C value IS 0.8

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#293BCD (or 0x293BCD) is known color: Persian Blue. HEX triplet: 29, 3B and CD. RGB value is (41,59,205). Sum of RGB (Red+Green+Blue) = 41+59+205=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #293BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BCD is #D6C432. Grayscale: #454545. Windows color (decimal): -14074931 or 13450025. OLE color: 13450025.

HSL color Cylindrical-coordinate representation of color #293BCD: hue angle of 233.41º 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 #293BCD is Cyan = 0.8, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 59 205 -
CMYK 0.8 0.71 0 0.20
HSL 233.41º 0.67% 0.48% -
HSV(B) 233.41º 0.8% 0.8% -
XYZ 13.5 8.01 58.59 -
YUV 70.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 41 59 205 0.8 0.71 0 0.20 233.41 0.67 0.48
Hex 29 3B CD 50 47 0 14 E9 43 30
Octal 51 73 315 120 107 0 24 351 103 60
Binary 101001 111011 11001101 1010000 1000111 0 10100 11101001 1000011 110000

Color Harmonies of #293BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BCD

Black with #293BCD

Text Example


Text Example

White with #293BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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