Html Css Color HEX #293ACB Persian Blue

📋 copy color: '#293ACB'

red 41 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #293ACB

Tints of Persian Blue #293ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 13.58%
G = 19.21%
B = 67.22%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#293ACB (or 0x293ACB) is known color: Persian Blue. HEX triplet: 29, 3A and CB. RGB value is (41,58,203). Sum of RGB (Red+Green+Blue) = 41+58+203=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #293ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293ACB is #D6C534. Grayscale: #444444. Windows color (decimal): -14075189 or 13318697. OLE color: 13318697.

HSL color Cylindrical-coordinate representation of color #293ACB: hue angle of 233.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293ACB is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 58 203 -
CMYK 0.80 0.71 0 0.20
HSL 233.7º 0.66% 0.48% -
HSV(B) 233.7º 0.8% 0.8% -
XYZ 13.21 7.81 57.31 -
YUV 69.45 203.37 107.71 -
System Red Green Blue C M Y K H S L
Decimal 41 58 203 0.80 0.71 0 0.20 233.7 0.66 0.48
Hex 29 3A CB 50 47 0 14 EA 42 30
Octal 51 72 313 120 107 0 24 352 102 60
Binary 101001 111010 11001011 1010000 1000111 0 10100 11101010 1000010 110000

Color Harmonies of #293ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293ACB

Black with #293ACB

Text Example


Text Example

White with #293ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,203); }

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

background-color css

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

 a { background-color: rgb(41,58,203); }

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

border-color css

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

 span { border-color: rgb(41,58,203); }

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