Html Css Color HEX #293BCE Persian Blue

📋 copy color: '#293BCE'

red 41 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #293BCE

Tints of Persian Blue #293BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 13.4%
G = 19.28%
B = 67.32%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#293BCE (or 0x293BCE) is known color: Persian Blue. HEX triplet: 29, 3B and CE. RGB value is (41,59,206). Sum of RGB (Red+Green+Blue) = 41+59+206=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #293BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BCE is #D6C431. Grayscale: #454545. Windows color (decimal): -14074930 or 13515561. OLE color: 13515561.

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

Color convert

RGB 41 59 206 -
CMYK 0.80 0.71 0 0.19
HSL 233.45º 0.67% 0.48% -
HSV(B) 233.45º 0.8% 0.81% -
XYZ 13.62 8.06 59.23 -
YUV 70.38 204.54 107.05 -
System Red Green Blue C M Y K H S L
Decimal 41 59 206 0.80 0.71 0 0.19 233.45 0.67 0.48
Hex 29 3B CE 50 47 0 13 E9 43 30
Octal 51 73 316 120 107 0 23 351 103 60
Binary 101001 111011 11001110 1010000 1000111 0 10011 11101001 1000011 110000

Color Harmonies of #293BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BCE

Black with #293BCE

Text Example


Text Example

White with #293BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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