Html Css Color HEX #293CCF Persian Blue

📋 copy color: '#293CCF'

red 41 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #293CCF

Tints of Persian Blue #293CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 13.31%
G = 19.48%
B = 67.21%

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

#293CCF (or 0x293CCF) is known color: Persian Blue. HEX triplet: 29, 3C and CF. RGB value is (41,60,207). Sum of RGB (Red+Green+Blue) = 41+60+207=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #293CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CCF is #D6C330. Grayscale: #464646. Windows color (decimal): -14074673 or 13581353. OLE color: 13581353.

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

Color convert

RGB 41 60 207 -
CMYK 0.80 0.71 0 0.19
HSL 233.13º 0.67% 0.49% -
HSV(B) 233.13º 0.8% 0.81% -
XYZ 13.79 8.21 59.89 -
YUV 71.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 41 60 207 0.80 0.71 0 0.19 233.13 0.67 0.49
Hex 29 3C CF 50 47 0 13 E9 43 31
Octal 51 74 317 120 107 0 23 351 103 61
Binary 101001 111100 11001111 1010000 1000111 0 10011 11101001 1000011 110001

Color Harmonies of #293CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CCF

Black with #293CCF

Text Example


Text Example

White with #293CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,207); }

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

background-color css

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

 a { background-color: rgb(41,60,207); }

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

border-color css

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

 span { border-color: rgb(41,60,207); }

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