Html Css Color HEX #293ACD Persian Blue

📋 copy color: '#293ACD'

red 41 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #293ACD

Tints of Persian Blue #293ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

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

R = 13.49%
G = 19.08%
B = 67.43%

CMYK

 C value IS 0.8

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#293ACD (or 0x293ACD) is known color: Persian Blue. HEX triplet: 29, 3A and CD. RGB value is (41,58,205). Sum of RGB (Red+Green+Blue) = 41+58+205=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #293ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ACD is #D6C532. Grayscale: #454545. Windows color (decimal): -14075187 or 13449769. OLE color: 13449769.

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

Color convert

RGB 41 58 205 -
CMYK 0.8 0.72 0 0.20
HSL 233.78º 0.67% 0.48% -
HSV(B) 233.78º 0.8% 0.8% -
XYZ 13.45 7.91 58.57 -
YUV 69.68 204.37 107.55 -
System Red Green Blue C M Y K H S L
Decimal 41 58 205 0.8 0.72 0 0.20 233.78 0.67 0.48
Hex 29 3A CD 50 48 0 14 EA 43 30
Octal 51 72 315 120 110 0 24 352 103 60
Binary 101001 111010 11001101 1010000 1001000 0 10100 11101010 1000011 110000

Color Harmonies of #293ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ACD

Black with #293ACD

Text Example


Text Example

White with #293ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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