Html Css Color HEX #293ABB Persian Blue

📋 copy color: '#293ABB'

red 41 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #293ABB

Tints of Persian Blue #293ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.38%

R = 14.34%
G = 20.28%
B = 65.38%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#293ABB (or 0x293ABB) is known color: Persian Blue. HEX triplet: 29, 3A and BB. RGB value is (41,58,187). Sum of RGB (Red+Green+Blue) = 41+58+187=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #293ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ABB is #D6C544. Grayscale: #434343. Windows color (decimal): -14075205 or 12270121. OLE color: 12270121.

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

Color convert

RGB 41 58 187 -
CMYK 0.78 0.69 0 0.27
HSL 233.01º 0.64% 0.45% -
HSV(B) 233.01º 0.78% 0.73% -
XYZ 11.4 7.09 47.78 -
YUV 67.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 41 58 187 0.78 0.69 0 0.27 233.01 0.64 0.45
Hex 29 3A BB 4E 45 0 1B E9 40 2D
Octal 51 72 273 116 105 0 33 351 100 55
Binary 101001 111010 10111011 1001110 1000101 0 11011 11101001 1000000 101101

Color Harmonies of #293ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ABB

Black with #293ABB

Text Example


Text Example

White with #293ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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