Html Css Color HEX #293BCA Persian Blue

📋 copy color: '#293BCA'

red 41 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #293BCA

Tints of Persian Blue #293BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

 BLUE value IS 202 (79.3% from 255) = 66.89%

R = 13.58%
G = 19.54%
B = 66.89%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#293BCA (or 0x293BCA) is known color: Persian Blue. HEX triplet: 29, 3B and CA. RGB value is (41,59,202). Sum of RGB (Red+Green+Blue) = 41+59+202=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #293BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BCA is #D6C435. Grayscale: #454545. Windows color (decimal): -14074934 or 13253417. OLE color: 13253417.

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

Color convert

RGB 41 59 202 -
CMYK 0.80 0.71 0 0.21
HSL 233.29º 0.66% 0.48% -
HSV(B) 233.29º 0.8% 0.79% -
XYZ 13.14 7.86 56.7 -
YUV 69.92 202.54 107.37 -
System Red Green Blue C M Y K H S L
Decimal 41 59 202 0.80 0.71 0 0.21 233.29 0.66 0.48
Hex 29 3B CA 50 47 0 15 E9 42 30
Octal 51 73 312 120 107 0 25 351 102 60
Binary 101001 111011 11001010 1010000 1000111 0 10101 11101001 1000010 110000

Color Harmonies of #293BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BCA

Black with #293BCA

Text Example


Text Example

White with #293BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,59,202); }

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

background-color css

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

 a { background-color: rgb(41,59,202); }

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

border-color css

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

 span { border-color: rgb(41,59,202); }

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