Html Css Color HEX #293BCC Persian Blue

📋 copy color: '#293BCC'

red 41 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #293BCC

Tints of Persian Blue #293BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.11%

R = 13.49%
G = 19.41%
B = 67.11%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#293BCC (or 0x293BCC) is known color: Persian Blue. HEX triplet: 29, 3B and CC. RGB value is (41,59,204). Sum of RGB (Red+Green+Blue) = 41+59+204=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #293BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BCC is #D6C433. Grayscale: #454545. Windows color (decimal): -14074932 or 13384489. OLE color: 13384489.

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

Color convert

RGB 41 59 204 -
CMYK 0.80 0.71 0 0.2
HSL 233.37º 0.67% 0.48% -
HSV(B) 233.37º 0.8% 0.8% -
XYZ 13.38 7.96 57.96 -
YUV 70.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 41 59 204 0.80 0.71 0 0.2 233.37 0.67 0.48
Hex 29 3B CC 50 47 0 14 E9 43 30
Octal 51 73 314 120 107 0 24 351 103 60
Binary 101001 111011 11001100 1010000 1000111 0 10100 11101001 1000011 110000

Color Harmonies of #293BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293BCC

Black with #293BCC

Text Example


Text Example

White with #293BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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