Html Css Color HEX #293DC6 Persian Blue

📋 copy color: '#293DC6'

red 41 ◦ green 61 ◦ blue 198

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

Shades of Persian Blue #293DC6

Tints of Persian Blue #293DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 66%

R = 13.67%
G = 20.33%
B = 66%

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

#293DC6 (or 0x293DC6) is known color: Persian Blue. HEX triplet: 29, 3D and C6. RGB value is (41,61,198). Sum of RGB (Red+Green+Blue) = 41+61+198=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #293DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DC6 is #D6C239. Grayscale: #464646. Windows color (decimal): -14074426 or 12991785. OLE color: 12991785.

HSL color Cylindrical-coordinate representation of color #293DC6: hue angle of 232.36º 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 #293DC6 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 61 198 -
CMYK 0.79 0.69 0 0.22
HSL 232.36º 0.66% 0.47% -
HSV(B) 232.36º 0.79% 0.78% -
XYZ 12.78 7.89 54.27 -
YUV 70.64 199.87 106.86 -
System Red Green Blue C M Y K H S L
Decimal 41 61 198 0.79 0.69 0 0.22 232.36 0.66 0.47
Hex 29 3D C6 4F 45 0 16 E8 42 2F
Octal 51 75 306 117 105 0 26 350 102 57
Binary 101001 111101 11000110 1001111 1000101 0 10110 11101000 1000010 101111

Color Harmonies of #293DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DC6

Black with #293DC6

Text Example


Text Example

White with #293DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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