Html Css Color HEX #293DC7 Persian Blue

📋 copy color: '#293DC7'

red 41 ◦ green 61 ◦ blue 199

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

Shades of Persian Blue #293DC7

Tints of Persian Blue #293DC7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 199 (78.13% from 255) = 66.11%

R = 13.62%
G = 20.27%
B = 66.11%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#293DC7 (or 0x293DC7) is known color: Persian Blue. HEX triplet: 29, 3D and C7. RGB value is (41,61,199). Sum of RGB (Red+Green+Blue) = 41+61+199=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 199 (78.12% from 255 or 66.11% from 301); Max value from RGB is 199 - color contains mainly: blue. Hex color #293DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DC7 is #D6C238. Grayscale: #464646. Windows color (decimal): -14074425 or 13057321. OLE color: 13057321.

HSL color Cylindrical-coordinate representation of color #293DC7: hue angle of 232.41º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293DC7 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 61 199 -
CMYK 0.79 0.69 0 0.22
HSL 232.41º 0.66% 0.47% -
HSV(B) 232.41º 0.79% 0.78% -
XYZ 12.89 7.93 54.88 -
YUV 70.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 41 61 199 0.79 0.69 0 0.22 232.41 0.66 0.47
Hex 29 3D C7 4F 45 0 16 E8 42 2F
Octal 51 75 307 117 105 0 26 350 102 57
Binary 101001 111101 11000111 1001111 1000101 0 10110 11101000 1000010 101111

Color Harmonies of #293DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DC7

Black with #293DC7

Text Example


Text Example

White with #293DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,199); }

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

background-color css

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

 a { background-color: rgb(41,61,199); }

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

border-color css

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

 span { border-color: rgb(41,61,199); }

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