Html Css Color HEX #293DB6 Persian Blue

📋 copy color: '#293DB6'

red 41 ◦ green 61 ◦ blue 182

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

Shades of Persian Blue #293DB6

Tints of Persian Blue #293DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

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

R = 14.44%
G = 21.48%
B = 64.08%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#293DB6 (or 0x293DB6) is known color: Persian Blue. HEX triplet: 29, 3D and B6. RGB value is (41,61,182). Sum of RGB (Red+Green+Blue) = 41+61+182=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #293DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DB6 is #D6C249. Grayscale: #444444. Windows color (decimal): -14074442 or 11943209. OLE color: 11943209.

HSL color Cylindrical-coordinate representation of color #293DB6: hue angle of 231.49º 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 #293DB6 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 61 182 -
CMYK 0.77 0.66 0 0.29
HSL 231.49º 0.63% 0.44% -
HSV(B) 231.49º 0.77% 0.71% -
XYZ 11.03 7.19 45.06 -
YUV 68.81 191.87 108.16 -
System Red Green Blue C M Y K H S L
Decimal 41 61 182 0.77 0.66 0 0.29 231.49 0.63 0.44
Hex 29 3D B6 4D 42 0 1D E7 3F 2C
Octal 51 75 266 115 102 0 35 347 77 54
Binary 101001 111101 10110110 1001101 1000010 0 11101 11100111 111111 101100

Color Harmonies of #293DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DB6

Black with #293DB6

Text Example


Text Example

White with #293DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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