Html Css Color HEX #293CB7 Persian Blue

📋 copy color: '#293CB7'

red 41 ◦ green 60 ◦ blue 183

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

Shades of Persian Blue #293CB7

Tints of Persian Blue #293CB7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

 BLUE value IS 183 (71.88% from 255) = 64.44%

R = 14.44%
G = 21.13%
B = 64.44%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#293CB7 (or 0x293CB7) is known color: Persian Blue. HEX triplet: 29, 3C and B7. RGB value is (41,60,183). Sum of RGB (Red+Green+Blue) = 41+60+183=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #293CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CB7 is #D6C348. Grayscale: #434343. Windows color (decimal): -14074697 or 12008489. OLE color: 12008489.

HSL color Cylindrical-coordinate representation of color #293CB7: hue angle of 231.97º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293CB7 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 60 183 -
CMYK 0.78 0.67 0 0.28
HSL 231.97º 0.63% 0.44% -
HSV(B) 231.97º 0.78% 0.72% -
XYZ 11.08 7.12 45.59 -
YUV 68.34 192.71 108.5 -
System Red Green Blue C M Y K H S L
Decimal 41 60 183 0.78 0.67 0 0.28 231.97 0.63 0.44
Hex 29 3C B7 4E 43 0 1C E8 3F 2C
Octal 51 74 267 116 103 0 34 350 77 54
Binary 101001 111100 10110111 1001110 1000011 0 11100 11101000 111111 101100

Color Harmonies of #293CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CB7

Black with #293CB7

Text Example


Text Example

White with #293CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,183); }

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

background-color css

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

 a { background-color: rgb(41,60,183); }

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

border-color css

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

 span { border-color: rgb(41,60,183); }

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