Html Css Color HEX #293AC8 Persian Blue

📋 copy color: '#293AC8'

red 41 ◦ green 58 ◦ blue 200

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

Shades of Persian Blue #293AC8

Tints of Persian Blue #293AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.89%

R = 13.71%
G = 19.4%
B = 66.89%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#293AC8 (or 0x293AC8) is known color: Persian Blue. HEX triplet: 29, 3A and C8. RGB value is (41,58,200). Sum of RGB (Red+Green+Blue) = 41+58+200=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #293AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293AC8 is #D6C537. Grayscale: #444444. Windows color (decimal): -14075192 or 13122089. OLE color: 13122089.

HSL color Cylindrical-coordinate representation of color #293AC8: hue angle of 233.58º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293AC8 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 58 200 -
CMYK 0.80 0.71 0 0.22
HSL 233.58º 0.66% 0.47% -
HSV(B) 233.58º 0.8% 0.78% -
XYZ 12.85 7.67 55.45 -
YUV 69.11 201.87 107.95 -
System Red Green Blue C M Y K H S L
Decimal 41 58 200 0.80 0.71 0 0.22 233.58 0.66 0.47
Hex 29 3A C8 50 47 0 16 EA 42 2F
Octal 51 72 310 120 107 0 26 352 102 57
Binary 101001 111010 11001000 1010000 1000111 0 10110 11101010 1000010 101111

Color Harmonies of #293AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AC8

Black with #293AC8

Text Example


Text Example

White with #293AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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