Html Css Color HEX #293DB0 Persian Blue

📋 copy color: '#293DB0'

red 41 ◦ green 61 ◦ blue 176

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

Shades of Persian Blue #293DB0

Tints of Persian Blue #293DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 63.31%

R = 14.75%
G = 21.94%
B = 63.31%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#293DB0 (or 0x293DB0) is known color: Persian Blue. HEX triplet: 29, 3D and B0. RGB value is (41,61,176). Sum of RGB (Red+Green+Blue) = 41+61+176=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #293DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DB0 is #D6C24F. Grayscale: #434343. Windows color (decimal): -14074448 or 11549993. OLE color: 11549993.

HSL color Cylindrical-coordinate representation of color #293DB0: hue angle of 231.11º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293DB0 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 61 176 -
CMYK 0.77 0.65 0 0.31
HSL 231.11º 0.62% 0.43% -
HSV(B) 231.11º 0.77% 0.69% -
XYZ 10.42 6.94 41.87 -
YUV 68.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 41 61 176 0.77 0.65 0 0.31 231.11 0.62 0.43
Hex 29 3D B0 4D 41 0 1F E7 3E 2B
Octal 51 75 260 115 101 0 37 347 76 53
Binary 101001 111101 10110000 1001101 1000001 0 11111 11100111 111110 101011

Color Harmonies of #293DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DB0

Black with #293DB0

Text Example


Text Example

White with #293DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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