Html Css Color HEX #293ACF Persian Blue

📋 copy color: '#293ACF'

red 41 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #293ACF

Tints of Persian Blue #293ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.65%

R = 13.4%
G = 18.95%
B = 67.65%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#293ACF (or 0x293ACF) is known color: Persian Blue. HEX triplet: 29, 3A and CF. RGB value is (41,58,207). Sum of RGB (Red+Green+Blue) = 41+58+207=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #293ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ACF is #D6C530. Grayscale: #454545. Windows color (decimal): -14075185 or 13580841. OLE color: 13580841.

HSL color Cylindrical-coordinate representation of color #293ACF: hue angle of 233.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293ACF is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 58 207 -
CMYK 0.80 0.72 0 0.19
HSL 233.86º 0.67% 0.49% -
HSV(B) 233.86º 0.8% 0.81% -
XYZ 13.69 8 59.85 -
YUV 69.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 41 58 207 0.80 0.72 0 0.19 233.86 0.67 0.49
Hex 29 3A CF 50 48 0 13 EA 43 31
Octal 51 72 317 120 110 0 23 352 103 61
Binary 101001 111010 11001111 1010000 1001000 0 10011 11101010 1000011 110001

Color Harmonies of #293ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ACF

Black with #293ACF

Text Example


Text Example

White with #293ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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