Html Css Color HEX #293EBC Persian Blue

📋 copy color: '#293EBC'

red 41 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #293EBC

Tints of Persian Blue #293EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 14.09%
G = 21.31%
B = 64.6%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#293EBC (or 0x293EBC) is known color: Persian Blue. HEX triplet: 29, 3E and BC. RGB value is (41,62,188). Sum of RGB (Red+Green+Blue) = 41+62+188=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #293EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EBC is #D6C143. Grayscale: #454545. Windows color (decimal): -14074180 or 12336681. OLE color: 12336681.

HSL color Cylindrical-coordinate representation of color #293EBC: hue angle of 231.43º 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 #293EBC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 62 188 -
CMYK 0.78 0.67 0 0.26
HSL 231.43º 0.64% 0.45% -
HSV(B) 231.43º 0.78% 0.74% -
XYZ 11.71 7.55 48.42 -
YUV 70.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 41 62 188 0.78 0.67 0 0.26 231.43 0.64 0.45
Hex 29 3E BC 4E 43 0 1A E7 40 2D
Octal 51 76 274 116 103 0 32 347 100 55
Binary 101001 111110 10111100 1001110 1000011 0 11010 11100111 1000000 101101

Color Harmonies of #293EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293EBC

Black with #293EBC

Text Example


Text Example

White with #293EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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