Html Css Color HEX #293ACC Persian Blue

📋 copy color: '#293ACC'

red 41 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #293ACC

Tints of Persian Blue #293ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 13.53%
G = 19.14%
B = 67.33%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#293ACC (or 0x293ACC) is known color: Persian Blue. HEX triplet: 29, 3A and CC. RGB value is (41,58,204). Sum of RGB (Red+Green+Blue) = 41+58+204=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #293ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ACC is #D6C533. Grayscale: #444444. Windows color (decimal): -14075188 or 13384233. OLE color: 13384233.

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

Color convert

RGB 41 58 204 -
CMYK 0.80 0.72 0 0.2
HSL 233.74º 0.67% 0.48% -
HSV(B) 233.74º 0.8% 0.8% -
XYZ 13.33 7.86 57.94 -
YUV 69.56 203.87 107.63 -
System Red Green Blue C M Y K H S L
Decimal 41 58 204 0.80 0.72 0 0.2 233.74 0.67 0.48
Hex 29 3A CC 50 48 0 14 EA 43 30
Octal 51 72 314 120 110 0 24 352 103 60
Binary 101001 111010 11001100 1010000 1001000 0 10100 11101010 1000011 110000

Color Harmonies of #293ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ACC

Black with #293ACC

Text Example


Text Example

White with #293ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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