Html Css Color HEX #293CBB Persian Blue

📋 copy color: '#293CBB'

red 41 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #293CBB

Tints of Persian Blue #293CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 14.24%
G = 20.83%
B = 64.93%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#293CBB (or 0x293CBB) is known color: Persian Blue. HEX triplet: 29, 3C and BB. RGB value is (41,60,187). Sum of RGB (Red+Green+Blue) = 41+60+187=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #293CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CBB is #D6C344. Grayscale: #444444. Windows color (decimal): -14074693 or 12270633. OLE color: 12270633.

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

Color convert

RGB 41 60 187 -
CMYK 0.78 0.68 0 0.27
HSL 232.19º 0.64% 0.45% -
HSV(B) 232.19º 0.78% 0.73% -
XYZ 11.5 7.29 47.81 -
YUV 68.8 194.71 108.17 -
System Red Green Blue C M Y K H S L
Decimal 41 60 187 0.78 0.68 0 0.27 232.19 0.64 0.45
Hex 29 3C BB 4E 44 0 1B E8 40 2D
Octal 51 74 273 116 104 0 33 350 100 55
Binary 101001 111100 10111011 1001110 1000100 0 11011 11101000 1000000 101101

Color Harmonies of #293CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CBB

Black with #293CBB

Text Example


Text Example

White with #293CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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