Html Css Color HEX #293C41 Outer Space

📋 copy color: '#293C41'

red 41 ◦ green 60 ◦ blue 65

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

Shades of Outer Space #293C41

Tints of Outer Space #293C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 24.7%
G = 36.14%
B = 39.16%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293C41 (or 0x293C41) is known color: Outer Space. HEX triplet: 29, 3C and 41. RGB value is (41,60,65). Sum of RGB (Red+Green+Blue) = 41+60+65=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #293C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C41 is #D6C3BE. Grayscale: #363636. Windows color (decimal): -14074815 or 4275241. OLE color: 4275241.

HSL color Cylindrical-coordinate representation of color #293C41: hue angle of 192.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293C41 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 60 65 -
CMYK 0.37 0.08 0 0.75
HSL 192.5º 0.23% 0.21% -
HSV(B) 192.5º 0.37% 0.25% -
XYZ 3.48 4.08 5.61 -
YUV 54.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 41 60 65 0.37 0.08 0 0.75 192.5 0.23 0.21
Hex 29 3C 41 25 8 0 4B C0 17 15
Octal 51 74 101 45 10 0 113 300 27 25
Binary 101001 111100 1000001 100101 1000 0 1001011 11000000 10111 10101

Color Harmonies of #293C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C41

Black with #293C41

Text Example


Text Example

White with #293C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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