Html Css Color HEX #293CBC Persian Blue

📋 copy color: '#293CBC'

red 41 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #293CBC

Tints of Persian Blue #293CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 14.19%
G = 20.76%
B = 65.05%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#293CBC (or 0x293CBC) is known color: Persian Blue. HEX triplet: 29, 3C and BC. RGB value is (41,60,188). Sum of RGB (Red+Green+Blue) = 41+60+188=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #293CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CBC is #D6C343. Grayscale: #444444. Windows color (decimal): -14074692 or 12336169. OLE color: 12336169.

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

Color convert

RGB 41 60 188 -
CMYK 0.78 0.68 0 0.26
HSL 232.24º 0.64% 0.45% -
HSV(B) 232.24º 0.78% 0.74% -
XYZ 11.61 7.33 48.38 -
YUV 68.91 195.21 108.09 -
System Red Green Blue C M Y K H S L
Decimal 41 60 188 0.78 0.68 0 0.26 232.24 0.64 0.45
Hex 29 3C BC 4E 44 0 1A E8 40 2D
Octal 51 74 274 116 104 0 32 350 100 55
Binary 101001 111100 10111100 1001110 1000100 0 11010 11101000 1000000 101101

Color Harmonies of #293CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CBC

Black with #293CBC

Text Example


Text Example

White with #293CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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