Html Css Color HEX #293AB6 Persian Blue

📋 copy color: '#293AB6'

red 41 ◦ green 58 ◦ blue 182

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

Shades of Persian Blue #293AB6

Tints of Persian Blue #293AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 64.77%

R = 14.59%
G = 20.64%
B = 64.77%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#293AB6 (or 0x293AB6) is known color: Persian Blue. HEX triplet: 29, 3A and B6. RGB value is (41,58,182). Sum of RGB (Red+Green+Blue) = 41+58+182=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #293AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293AB6 is #D6C549. Grayscale: #424242. Windows color (decimal): -14075210 or 11942441. OLE color: 11942441.

HSL color Cylindrical-coordinate representation of color #293AB6: hue angle of 232.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293AB6 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 58 182 -
CMYK 0.77 0.68 0 0.29
HSL 232.77º 0.63% 0.44% -
HSV(B) 232.77º 0.77% 0.71% -
XYZ 10.87 6.87 45.01 -
YUV 67.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 41 58 182 0.77 0.68 0 0.29 232.77 0.63 0.44
Hex 29 3A B6 4D 44 0 1D E9 3F 2C
Octal 51 72 266 115 104 0 35 351 77 54
Binary 101001 111010 10110110 1001101 1000100 0 11101 11101001 111111 101100

Color Harmonies of #293AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AB6

Black with #293AB6

Text Example


Text Example

White with #293AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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