Html Css Color HEX #293DC8 Persian Blue

📋 copy color: '#293DC8'

red 41 ◦ green 61 ◦ blue 200

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

Shades of Persian Blue #293DC8

Tints of Persian Blue #293DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 66.23%

R = 13.58%
G = 20.2%
B = 66.23%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#293DC8 (or 0x293DC8) is known color: Persian Blue. HEX triplet: 29, 3D and C8. RGB value is (41,61,200). Sum of RGB (Red+Green+Blue) = 41+61+200=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 200 (78.52% from 255 or 66.23% from 302); Max value from RGB is 200 - color contains mainly: blue. Hex color #293DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DC8 is #D6C237. Grayscale: #464646. Windows color (decimal): -14074424 or 13122857. OLE color: 13122857.

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

Color convert

RGB 41 61 200 -
CMYK 0.80 0.69 0 0.22
HSL 232.45º 0.66% 0.47% -
HSV(B) 232.45º 0.8% 0.78% -
XYZ 13.01 7.98 55.5 -
YUV 70.87 200.87 106.7 -
System Red Green Blue C M Y K H S L
Decimal 41 61 200 0.80 0.69 0 0.22 232.45 0.66 0.47
Hex 29 3D C8 50 45 0 16 E8 42 2F
Octal 51 75 310 120 105 0 26 350 102 57
Binary 101001 111101 11001000 1010000 1000101 0 10110 11101000 1000010 101111

Color Harmonies of #293DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DC8

Black with #293DC8

Text Example


Text Example

White with #293DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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