Html Css Color HEX #293ABC Persian Blue

📋 copy color: '#293ABC'

red 41 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #293ABC

Tints of Persian Blue #293ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 14.29%
G = 20.21%
B = 65.51%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#293ABC (or 0x293ABC) is known color: Persian Blue. HEX triplet: 29, 3A and BC. RGB value is (41,58,188). Sum of RGB (Red+Green+Blue) = 41+58+188=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #293ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ABC is #D6C543. Grayscale: #434343. Windows color (decimal): -14075204 or 12335657. OLE color: 12335657.

HSL color Cylindrical-coordinate representation of color #293ABC: hue angle of 233.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293ABC is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 58 188 -
CMYK 0.78 0.69 0 0.26
HSL 233.06º 0.64% 0.45% -
HSV(B) 233.06º 0.78% 0.74% -
XYZ 11.5 7.13 48.35 -
YUV 67.74 195.87 108.93 -
System Red Green Blue C M Y K H S L
Decimal 41 58 188 0.78 0.69 0 0.26 233.06 0.64 0.45
Hex 29 3A BC 4E 45 0 1A E9 40 2D
Octal 51 72 274 116 105 0 32 351 100 55
Binary 101001 111010 10111100 1001110 1000101 0 11010 11101001 1000000 101101

Color Harmonies of #293ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ABC

Black with #293ABC

Text Example


Text Example

White with #293ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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